Actions
Bug #28
closedGosub using variable fails
Start date:
01/19/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
Example: Help_16, line_112 from AMOSPro_Examples disk.
Fails to compile.
Gosub(G)
Produces the following errors:
main.aoz:112:8: error: syntax error
main.aoz:112:8: error: label not defined
Same errors with or without a space between:
Gosub (G)
Actions