cs clears the screen

do cs will clear all text, graphics, and turtles.

do cs

It will clear everything except for the main turtle. To clear just graphics or text, see cg or ct. See home to move the turtle back to the middle.

Saying cs by itself will not do anything, because our language only runs commands with at least two words: you need to use do cs.