3 lines
161 B
Plaintext
3 lines
161 B
Plaintext
|
## if you want local temporaries variables at the top-level, use the blocked expression.
|
||
|
| a | ## ERROR: syntax error - variable declaration disallowed
|
||
|
set a 10;
|