Project

General

Profile

Bug #261

Trailing , on Print statement is ignored.

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

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
02/27/2020
Due date:
% Done:

0%

Estimated time:
2:00 h
Affected version:

Description

Affected Version 0.9.5.1

Example:

Print "The numbers should all be on one line."
For i=1 To 10
  Print i,
Next i
Print : Print "Done!" : Print

Print "It SHOULD look like this:"
Print 1,2,3,4,5,6,7,8,9,10

Also available in: Atom PDF