Terminal control/Clear the screen: Difference between revisions

Placeholders for other languages
(Rexx)
(Placeholders for other languages)
Line 1:
{{task}}
Clear the terminal window
 
=={{header|Ada}}==
 
=={{header|Algol68}}==
 
=={{header|awk}}==
 
system("clear")
 
=={{header|BASIC}}==
Line 12 ⟶ 20:
 
CLS
 
=={{header|COBOL}}==
 
=={{header|PureBasic}}==
Clears the whole console content using the current background color.