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

move '' from '' to '' des not follow move statement logic #818

Open
matteo-cristino opened this issue Mar 1, 2024 · 0 comments · May be fixed by #822
Open

move '' from '' to '' des not follow move statement logic #818

matteo-cristino opened this issue Mar 1, 2024 · 0 comments · May be fixed by #822

Comments

@matteo-cristino
Copy link
Collaborator

matteo-cristino commented Mar 1, 2024

The statement

When I move 'ele' from 'dict' to 'new'

should save the varibale from dict.ele to a new element called new, something like

ACK[new] = ACK[dict][ele]

while it checks new to already exist and being a table. To move something in a table we are using the keyword in not to.

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

Successfully merging a pull request may close this issue.

1 participant