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
Describe the bug After the execution of a program we display a list will all variables used in the program in the output pane. This is how it looks:
However, this variable list is not displayed after level 5. Probably the reason is that in level 6 we start wrapping all variables in Value().
Value()
Steps to reproduce Open level 6 and execute the following program. Notice that after it is executed, there is no variable button or list displayed:
a is 15 print a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
After the execution of a program we display a list will all variables used in the program in the output pane. This is how it looks:
However, this variable list is not displayed after level 5. Probably the reason is that in level 6 we start wrapping all variables in
Value()
.Steps to reproduce
Open level 6 and execute the following program. Notice that after it is executed, there is no variable button or list displayed:
The text was updated successfully, but these errors were encountered: