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
apply
APPLY template inputlist

	command or operation.  Runs the "template," filling its slots with
	the members of "inputlist."  The number of members in "inputlist"
	must be an acceptable number of slots for "template."  It is
	illegal to apply the primitive TO as a template, but anything else
	is okay.  APPLY outputs what "template" outputs, if anything.

back to top