ASCII character
Outputs the number from 0-255 that represents character in your current code page.
ASCII interprets control characters as representing backslashed punctuation and returns 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
97SHOW ASCII "A
65SHOW ASCII "|(|
40| RAWASCII |
| CHAR |