https://github.com/jrincayc/ucblogo-code
Revision 100372978fbeec801e4fd96b8cc62f63ad92f7aa authored by Dan Malec on 02 March 2021, 01:59:39 UTC, committed by Dan Malec on 02 March 2021, 01:59:39 UTC
1 parent c01254e
Raw File
Tip revision: 100372978fbeec801e4fd96b8cc62f63ad92f7aa authored by Dan Malec on 02 March 2021, 01:59:39 UTC
ISSUE-97: Balance calls to setjmp/longjmp regardless of wxWidgets
Tip revision: 1003729
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