Terminal control/Clear the screen: Difference between revisions

no edit summary
(Added BBC BASIC)
No edit summary
Line 183:
 
The [[regina]] interpreter supports the [[rexxcurses]] plugin, which provides the facility to clear the screen:
 
=={{header|Ruby}}==
<lang Ruby>system 'clear'</lang>
 
=={{header|Seed7}}==
Anonymous user