Terminal control/Clear the screen: Difference between revisions

Content deleted Content added
Querfeld (talk | contribs)
add Standard ML
Alextretyak (talk | contribs)
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}}==