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
#1

Updated by Brian Flanagan about 4 years ago

  • Affected version changed from 0.9.5 to 0.9.5.1
#2

Updated by Brian Flanagan about 4 years ago

  • Affected version changed from 0.9.5.1 to 0.9.6

Changed affected version to 0.9.6 (from 0.9.5.1). Problem still exists.

#3

Updated by Brian Flanagan over 3 years ago

  • Estimated time set to 1:00 h
  • Affected version changed from 0.9.6 to Beta RC2

Re-tested in Beta RC2. Still broken.

#4

Updated by Brian Flanagan over 3 years ago

  • Estimated time changed from 1:00 h to 2:00 h

Also available in: Atom PDF