ASCII character
Outputs the number from 0-65535 that corresponds to the Unicode code point for character
.
ASCII interprets control characters as representing backslashed punctuation and outputs the character code corresponding to the punctuation character without the backslash.
This command is called "ASCII" because FMSLogo was originally restricted to the ASCII character set.
SHOW ASCII "a
97
SHOW ASCII "A
65
SHOW ASCII "α
945
SHOW ASCII "|(|
40
RAWASCII |
CHAR |