Terminal control/Clear the screen: Difference between revisions

(Unix shell)
(→‎{{header|PureBasic}}: Added PureBasic)
Line 12:
 
CLS
=={{header|PureBasic}}==
Clears the whole console content using the current background color.
<lang PureBasic>ClearConsole()</lang>
 
=={{header|UNIX Shell}}==
Anonymous user