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.
Updated by Brian Flanagan about 4 years ago
- Assignee set to AOZ Studio Team
- Priority changed from Normal to High
- Affected version changed from 0.9.9.3 to Beta RC2
Commas at the end of a print statement are ignored.
The next print goes on the next line as if the , wasn't there.
Re-tested in Beta RC2. Still broken.
Updated by Francois Lionet about 4 years ago
- Status changed from New to Resolved
- Assignee changed from AOZ Studio Team to Francois Lionet
Fixed!
Actions