Bug #261
Trailing , on Print statement is ignored.
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
Updated by Brian Flanagan about 3 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.
Updated by Brian Flanagan over 2 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.