Project

General

Profile

Bug #408

Comma is ignored at the end of a print statement.

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

Also available in: Atom PDF