Actions
Bug #408
openComma is ignored at the end of a print statement.
Start date:
07/04/2020
Due date:
% Done:
0%
Estimated time:
2:00 h
Affected version:
Description
Example:
#manifest: "pc"
#splashScreen: false
#speed: "safe"
#fps: false
x=1
y=2
z=3
x$="x"
y$="y"
z$="z"
Print x,y,z,
Print x$,y$,z$,
Print " done."
The output of the above should be on a single line.
Actions