Project

General

Profile

Bug #408

Comma is ignored at the end of a print statement.

Added by Brian Flanagan almost 4 years ago. Updated over 3 years ago.

Status:
Resolved
Priority:
High
Target version:
-
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.

#1

Updated by Brian Flanagan over 3 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.

#2

Updated by Brian Flanagan over 3 years ago

  • Estimated time set to 2:00 h
#3

Updated by Francois Lionet over 3 years ago

  • Status changed from New to Resolved
  • Assignee changed from AOZ Studio Team to Francois Lionet

Fixed!

Also available in: Atom PDF