cls
Clears an output buffer.
Syntax
-
cls() -
cls(buf)-
bufis a string
-
Description
cls() clears the console.
If buf is the name of a named output buffer, then cls(buf) clears the output buffer named buf.
Examples
cls()