This compiles fine in the latest build:
PROGRAM
MAP
END
S STRING('< x0')
CODE
This does not.
:
PROGRAM
MAP
END
S STRING('< 0x')
CODE
This compiles fine in the latest build:
PROGRAM
MAP
END
S STRING('< x0')
CODE
This does not.
:
PROGRAM
MAP
END
S STRING('< 0x')
CODE