cls Function | |
Clear the terminal window and position the cursor at row and column 0.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax Remarks Examples
These examples illustrate CLS():
1FUNCTION Start()
2QOut("Clear the screen.")
3WAIT
4CLS()
5RETURN
See Also