We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 ''
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.
new
in
to
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The statement
should save the varibale from dict.ele to a new element called new, something like
while it checks
new
to already exist and being a table. To move something in a table we are using the keywordin
notto
.The text was updated successfully, but these errors were encountered: