Terminal control/Clear the screen: Difference between revisions

Added 11l
(add Standard ML)
(Added 11l)
Line 2:
Clear the terminal window.
[[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}}==
1,480

edits