Cosmetic display issue:
PRINT TAB (xx) masks the first "(" on the program display. The token is intact in the saved file but the screen does not display it.
If you create a new program in the editor such as:
10 PRINTTAB(15)"Hello World"
and save it, the token in the file gets saved as:
10 PRINTTAB((15)"Hello World"
and throws a syntax error in 10 when sent to Vice or opened independently.
both the MSI and WinApp have the same issue.
Cosmetic display issue:
PRINT TAB (xx) masks the first "(" on the program display. The token is intact in the saved file but the screen does not display it.
If you create a new program in the editor such as:
10 PRINTTAB(15)"Hello World"
and save it, the token in the file gets saved as:
10 PRINTTAB((15)"Hello World"
and throws a syntax error in 10 when sent to Vice or opened independently.
both the MSI and WinApp have the same issue.