FutureBasic Logo

<<    Index    >> FutureBasic

cls   statement



Syntax
cls

Requires
macOS 10.11+

Description
Use the cls statement to remove any previously printed text, or 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