Terminal control/Clear the screen: Difference between revisions

Content added Content deleted
(Added Scala)
Line 329: Line 329:


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|Scala}}==
[[Category:Scala Implementations]]
{{libheader|Scala}}
<lang Scala>object Cls extends App {print("\033[2J")}</lang>


=={{header|Ruby}}==
=={{header|Ruby}}==