Actions
Bug #618
closedCommenting after a Global statement causes syntax error when compiling.
Start date:
01/13/2021
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
Commenting after a Global statement causes syntax error when compiling.
A=10
Global A // This will crash!
It does however work if you use ' to comment instead
A=10
Global A ' This will work!
Actions