https://github.com/jrincayc/ucblogo-code
Raw File
Tip revision: 24adfd38d4381239d8fa0cb0f98b83316aa7cd93 authored by Joshua J. Cogliati on 24 December 2019, 04:15:43 UTC
README is now redundant with README.md.
Tip revision: 24adfd3
ht
HIDETURTLE
HT

	makes the turtle invisible.  It's a good idea to do this while
	you're in the middle of a complicated drawing, because hiding
	the turtle speeds up the drawing substantially.

back to top