cls
The screen as well the entire screen buffer will be cleared. If you want to preserve the screen buffer, then consider the following functions:
Indirect parameter passing is disabled
0
none
savecode
cls;
echo( "Text appears on the top of the empty screen" );
Text appears on the top of the empty screen