https://github.com/jrincayc/ucblogo-code
Revision 5b69ac44fd0e83c124c73df323752ef13124af70 authored by Joshua J. Cogliati on 27 September 2019, 15:53:48 UTC, committed by Joshua J. Cogliati on 10 October 2019, 02:47:41 UTC
1 parent dfa4883
Raw File
Tip revision: 5b69ac44fd0e83c124c73df323752ef13124af70 authored by Joshua J. Cogliati on 27 September 2019, 15:53:48 UTC
Fixing include.
Tip revision: 5b69ac4
stop
STOP

	command.  Ends the running of the procedure in which it appears.
	Control is returned to the context in which that procedure was
	invoked.  The stopped procedure does not output a value.

back to top