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)
Updated by Francois Lionet almost 5 years ago
- Status changed from New to Resolved
- Assignee set to Francois Lionet
- Target version set to 0.9.3
Fixed!
Updated by Baptiste Pillot almost 5 years ago
- Status changed from Resolved to Closed
- source : https://www.amos2.fr/ide/Amos2/Ide/Program/460
- run : https://www.amos2.fr/run/tickleman/28/
- compile : ok
- still error on execution : "Illegal text window parameter at line: 90, column: 1."
- code at line 90 :
Locate 5,13 : Print "PEN"
Strange, it's exactly the same code than the lines before...
Compilation problem solved : I close.
For the execution error, I open a new issue.
Updated by Baptiste Pillot almost 5 years ago
- Related to Bug #97: Help_16 : Illegal text window parameter at line: 90 added
Actions