Go back to (0, 0) and clear the graphics window

clearscreen
cs

Moves the current turtle to the position (0, 0) and clears the graphics window. Equivalent to instructions home clean

Example:

repeat 100 [rt 150 fd 3 * repcount]
wait 1000
cs

Output: a drawing in the graphics window.

See also:

Table of Content