Actions
Bug #470
closedQuoted strings (by themselves) can compile!
Start date:
09/09/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
This code compiled, and did not affect the functioning of the program:
Yep. There was No Print, no X$=, no Data, and no comment markers.
It was just a quoted string!
The interesting thing is that it didn't hurt the functioning of the compiled code.
The lines before and after it were executed perfectly.
It appears to have been ignored, like a comment.
It really *should* produce a syntax error though.
Updated by Brian Flanagan about 4 years ago
- Status changed from Resolved to Closed
- Target version set to Beta 1
- Affected version deleted (
Beta RC2)
Retested in Beta 1 - Works!
Actions