Actions
Bug #319
closedRuntime error messages reverse the line number and column number
Start date:
03/22/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
For example: The following code should return a error at line 12
Instead it returns an error at column 12:
#manifest: "amiga"
x=40
y=40
Screen open 0,320,200,32,lowres
Palette 0,$f00,$0f0,$00f
Cls 0
Ink 2 : Draw 0,0 to 100,50
get bob 1,0,0 to 100,50
Curs Off
Bob b, x,y
Bob b, x,y,z
Repeat Until False
To verify that it's line #12, comment the line containing:
Bob b, x,y,z
Actions