https://github.com/jrincayc/ucblogo-code
Raw File
Tip revision: 1eaef7d69d4c5c8c577d7de451cb96ef03fa9756 authored by Joshua Cogliati on 28 March 2023, 01:05:59 UTC
Merge pull request #165 from jrincayc/release_624_changes
Tip revision: 1eaef7d
rc
READCHAR
RC

	reads a single character from the read stream and outputs that
	character as a word.  If the read stream is a file, and the end of
	file is reached, READCHAR outputs the empty list (not the empty
	word).  If the read stream is the keyboard, echoing is turned off
	when READCHAR is invoked, and remains off until READLIST or READWORD
	is invoked or a Logo prompt is printed.  Backslash, vertical bar,
	and tilde characters have no special meaning in this context.

back to top