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
setpos
SETPOS pos

	moves the turtle to an absolute position in the graphics window.  The
	input is a list of two numbers, the X and Y coordinates.

back to top