Terminal control/Clear the screen: Difference between revisions

Content added Content deleted
(Terminal control/Clear the screen en BASIC256)
(Terminal control/Clear the screen en True BASIC)
Line 297: Line 297:
Clears the whole console content using the current background color.
Clears the whole console content using the current background color.
<lang PureBasic>ClearConsole()</lang>
<lang PureBasic>ClearConsole()</lang>

==={{header|True BASIC}}===
<lang truebasic>CLEAR
END</lang>


=={{header|Batch File}}==
=={{header|Batch File}}==