https://github.com/jrincayc/ucblogo-code
Revision 9ff7afe2c4d948e1e0b57904300c57af5f45c99c authored by Andras Pahi on 21 January 2020, 09:01:59 UTC, committed by Andras Pahi on 21 January 2020, 09:01:59 UTC
1 parent e33ad22
Raw File
Tip revision: 9ff7afe2c4d948e1e0b57904300c57af5f45c99c authored by Andras Pahi on 21 January 2020, 09:01:59 UTC
added TIME to return current time in seconds
Tip revision: 9ff7afe
output
OUTPUT value
OP value

	command.  Ends the running of the procedure in which it appears.
	That procedure outputs the value "value" to the context in which
	it was invoked.  Don't be confused: OUTPUT itself is a command,
	but the procedure that invokes OUTPUT is an operation.

back to top