You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The section that describes free attributes does not contain an example. Again I have to flip forward through the text to find how the hell to write it.
Why not give a simple example like this:
[] > vector
2 > dx
3 > dy
Oh, look, here we have a vector, but it contains values that cannot be changed. Probably, in order to create a more useful data structure, we should pass these values there, for example:
[dx dy] > vector
Now dx and dy are also part of a vector, only they must be passed from outside, like this:
vector 2 3 > myVector
The text was updated successfully, but these errors were encountered:
The section that describes free attributes does not contain an example. Again I have to flip forward through the text to find how the hell to write it.
Why not give a simple example like this:
Oh, look, here we have a vector, but it contains values that cannot be changed. Probably, in order to create a more useful data structure, we should pass these values there, for example:
Now dx and dy are also part of a vector, only they must be passed from outside, like this:
The text was updated successfully, but these errors were encountered: