Syntax
cls
Requires
macOS 10.11+
Description
Use the cls statement to remove any previously printed text and graphics (drawn with the line, oval or rect statements) from the current window.
Note: cls statement does not reset text or graphics attributes. For that, see the text and pen statements
See also
line; oval; pen; print; rect; text