Actions
Bug #30
closedPrint At fails when 2nd parameter omitted.
Start date:
01/19/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
Example:
Print At(13,)+"Fail"
This fails at the 2nd parenthesis, with a syntax error, and at the end of the line with a type mismatch.
main.aoz:3:13: error: syntax error
main.aoz:3:20: error: type mismatch
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 with new expression evaluation.
Updated by Baptiste Pillot almost 5 years ago
- Status changed from Resolved to Closed
- source : https://www.amos2.fr/ide/Amos2/Ide/Program/421
- run : https://www.amos2.fr/run/tickleman/30/
- result on screen : the text "Fail" displays well, column 13
- console : "Program ended successfully".
All ok.
Actions