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
Actions