Start/stop drawing
pendown
pd
penup
pu
Enters the drawing mode (pendown
, pd
),
or exits from the drawing mode (penup
, pu
).
Example:
wrap
repeat 500 [pd rt 3 fd 6*repcount/500 pu rt 3 fd 6*repcount/500]
Output: a drawing in the graphics window.
See also:
Table of Content