Terminal control/Clear the screen: Difference between revisions

Terminal control/Clear the screen en True BASIC
(Terminal control/Clear the screen en BASIC256)
(Terminal control/Clear the screen en True BASIC)
Line 297:
Clears the whole console content using the current background color.
<lang PureBasic>ClearConsole()</lang>
 
==={{header|True BASIC}}===
<lang truebasic>CLEAR
END</lang>
 
=={{header|Batch File}}==
2,123

edits