Terminal control/Clear the screen: Difference between revisions

Content added Content deleted
(Added BBC BASIC)
No edit summary
Line 183: Line 183:


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

=={{header|Ruby}}==
<lang Ruby>system 'clear'</lang>


=={{header|Seed7}}==
=={{header|Seed7}}==