Skip to content

PRINT TAB(xx) missing first ( on the screen display #5

Description

@SX64man

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions