Actions
Bug #21
closedThe demo program you made for my web Amos2 IDE does not work anymore
Start date:
01/18/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
With the default manifest (new program with VsCode).
// Coucou Baptiste
// GENIAL ce que tu as fait!
// :) :) :)
For X = 0 To 100000
Pen Rnd( 31 )
Locate Rnd( 25 ), Rnd( 24 )
Print "Hello Baptiste!";
Wait Vbl
Next
- Snippet : https://www.amos2.fr/ide/Amos2/Ide/Program/402/edit
- Result : https://www.amos2.fr/run/francois/hello-baptiste/
The message is :
Illegal text window parameter at line: 6, column: 5.
Program ended successfully.
And only one or two "Hello" have appeared.
Actions