https://github.com/jrincayc/ucblogo-code
Raw File
Tip revision: d58dd7c0cf2de738f7da115e88e9d7d882020f52 authored by Barak A. Pearlmutter on 15 September 2022, 09:05:04 UTC
bump policy
Tip revision: d58dd7c
step
STEP contentslist

	command.  Marks the named items for stepping.  Whenever a stepped
	procedure is invoked, each instruction line in the procedure body
	is printed before being executed, and Logo waits for the user to
	type a newline at the terminal.  A message is printed whenever a
	stepped variable name is "shadowed" because a local variable of
	the same name is created either as a procedure input or by the
	LOCAL command.

back to top