https://github.com/jrincayc/ucblogo-code
Revision d06344c0bc569f99f7be44c4071c4700f1a4cec9 authored by Joshua J. Cogliati on 27 February 2020, 03:23:01 UTC, committed by Joshua J. Cogliati on 27 February 2020, 03:39:38 UTC
1 parent 15f9965
Raw File
Tip revision: d06344c0bc569f99f7be44c4071c4700f1a4cec9 authored by Joshua J. Cogliati on 27 February 2020, 03:23:01 UTC
Fixes for texi errors.
Tip revision: d06344c
co
CONTINUE value
CO value
(CONTINUE)
(CO)

	command.  Ends the current interactive pause, returning to the
	context of the PAUSE invocation that began it.  If CONTINUE is
	given an input, that value is used as the output from the PAUSE.
	If not, the PAUSE does not output.

	Exceptionally, the CONTINUE command can be used without its default
	input and without parentheses provided that nothing follows it on
	the instruction line.

back to top