Terminal control/Clear the screen: Difference between revisions

Content deleted Content added
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}}==