Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The description of the free attributes does not contain an example #21

Open
kniazkov opened this issue Dec 1, 2022 · 1 comment
Open

Comments

@kniazkov
Copy link

kniazkov commented Dec 1, 2022

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
@0pdd
Copy link

0pdd commented Feb 28, 2023

@kniazkov the puzzle #29 is still not solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants