https://github.com/jrincayc/ucblogo-code
Revision a4e502d69f0cd3b47ee13c61a0a2138c178d51dd authored by Dan Malec on 31 December 2021, 17:38:20 UTC, committed by GitHub on 31 December 2021, 17:38:20 UTC
* STANDOUT fix: switching from inverting raw colors to inverting foreground/background colors
1 parent 0ba6ad1
Raw File
Tip revision: a4e502d69f0cd3b47ee13c61a0a2138c178d51dd authored by Dan Malec on 31 December 2021, 17:38:20 UTC
Fix/standardize STANDOUT in wxWidgets builds (#122)
Tip revision: a4e502d
ascii
ASCII char

	outputs the integer (between 0 and 255) that represents the input
	character in the ASCII code.  Interprets control characters as
	representing vbarred punctuation, and returns the character code
	for the corresponding punctuation character without vertical bars.
	(Compare RAWASCII.)

back to top