Actions
Bug #901
closedAOZ variables transpiler/parsing error. $ is allowed inside a variable name.
Start date:
06/20/2022
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
Example:
X$Y$="abcdef"
Print X$Y$
The result is:
abcdef
...when is SHOULD be a syntax error.
Actions