Skip to content

Code coloring can get confused by the 'less than' operator #39

@gjsjohnmurray

Description

@gjsjohnmurray

Try this code:

YJMbad1 ;
 s a=1
 i a<1 q
 s a=1
tag ; comment
 w $zversion
 i a'="" w (a'="")
 q

Unless you add at least one space between the < and the 1 on the third line the code colorer seems to treat <1 as the start of an HTML / XML tag, so it colors the remaining code incorrectly.

Add the space to see things as they should be.

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