Terminal control/Clear the screen: Difference between revisions

Content added Content deleted
(Unix shell)
(→‎{{header|PureBasic}}: Added PureBasic)
Line 12: Line 12:


CLS
CLS
=={{header|PureBasic}}==
Clears the whole console content using the current background color.
<lang PureBasic>ClearConsole()</lang>


=={{header|UNIX Shell}}==
=={{header|UNIX Shell}}==