Terminal control/Clear the screen: Difference between revisions

Content added Content deleted
(→‎{{header|PureBasic}}: Added PureBasic)
(Rexx)
Line 15: Line 15:
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|Rexx}}==

The Rexx programming language does not include a facility to clear the screen. However, it might be possible to output ANSI control sequences, and there are various workarounds which are platform specific:

===[[brexx]]===

===[[regina]]===

The [[regina]] interpreter supports the [[rexxcurses]] plugin, which provides the facility to clear the screen:



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