Terminal control/Clear the screen: Difference between revisions

Content added Content deleted
(add Standard ML)
(Added 11l)
Line 2: Line 2:
Clear the terminal window.
Clear the terminal window.
[[Terminal Control::task| ]]
[[Terminal Control::task| ]]

=={{header|11l}}==
{{trans|Python}}
To clear the screen on Windows, replace 'clear' with 'cls'
<lang 11l>os:(‘clear’)</lang>


=={{header|6502 Assembly}}==
=={{header|6502 Assembly}}==