RAWASCII character
Outputs the number from 0-65535 that corresponds to the Unicode code point for character
.
Unlike ASCII, RAWASCII interprets control characters as representing themselves.
SHOW RAWASCII "a
97
SHOW RAWASCII "A
65
SHOW RAWASCII "α
945
SHOW RAWASCII "|(|
57347