Open
Description
Since global declarations has been removed it means we can raise an exception when trying to get a variable value before it has been declared.
So when we "create a variable" from the toolbox we could use it in a way that causes a NameError exception. Say we create "foo", we could immediately add the following blocks causing this issue:
________________ ______
| ___ | | |
|set |foo| to < < foo |
| ‾‾‾ | | |
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ ‾‾‾‾‾‾
Metadata
Metadata
Assignees
Labels
No labels