https://github.com/jrincayc/ucblogo-code
Raw File
Tip revision: f506282e07b9a3be7c0f65f74b7bd1ce869ea1ed authored by Barak A. Pearlmutter on 15 January 2021, 18:08:38 UTC
typo
Tip revision: f506282
rawascii
RAWASCII char

	outputs the integer (between 0 and 255) that represents the input
	character in the ASCII code.  Interprets control characters as
	representing themselves.  To find out the ASCII code of an arbitrary
	keystroke, use RAWASCII RC.

back to top