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
print
PRINT thing
PR thing
(PRINT thing1 thing2 ...)
(PR thing1 thing2 ...)

	command.  Prints the input or inputs to the current write stream
	(initially the screen).  All the inputs are printed on a single
	line, separated by spaces, ending with a newline.  If an input is a
	list, square brackets are not printed around it, but brackets are
	printed around sublists.  Braces are always printed around arrays.

back to top