Actions
Bug #29
closedCan't use At more than once in a line.
Start date:
01/19/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
Example:
This works:
Print At(13,13)+"Success"
Print At(13,14)+"Success"
This doesn't:
Print At(13,13)+"Success"+At(13,14)+"Fail"
It fails at the parentheses after the 2nd "At"
...causing the following errors:
main.aoz:2:28: error: non dimensionned array
main.aoz:2:28: error: type mismatch
main.aoz:2:28: warning: variable used without been declared
Actions