Actions
Bug #103
closedSyntax error and line number not reported
Start date:
02/02/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
if val(temp$)<>0 then endtime=val(temp$)*60 assuming 60fps
That line caused:
Compiling e:/Data/My Documents/AOZ Studio Applications/applications/test, emulation: PC, speed: fast.
First pass...
Task failed, no code generated...
I didn't notice I'd missed off the // before the comment, and it took a while to notice it. There was no error with line number.
Updated by Baptiste Pillot over 4 years ago
- source code : https://www.amos2.fr/ide/Amos2/Ide/Program/474
- compilation error : yes :
main.aoz:2:70: error: Syntax error
ok.
Updated by Baptiste Pillot over 4 years ago
- Status changed from Resolved to Closed
Actions