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
steppedp
STEPPEDP contentslist
STEPPED? contentslist

	outputs TRUE if the first procedure, variable, or property list named
	in the contents list is stepped, FALSE if not.  Only the first thing
	in the list is tested; the most common use will be with a word as
	input, naming a procedure, but a contents list is allowed so that you
	can STEPPEDP [[] [VARIABLE]] or STEPPEDP [[] [] [PROPLIST]].

back to top