Terminal control/Clear the screen: Difference between revisions

add language: Retro
(add language: Retro)
Line 20:
Clears the whole console content using the current background color.
<lang PureBasic>ClearConsole()</lang>
 
=={{header|Retro}}==
<lang Retro>clear</lang>
 
==[[REXX]]==
Anonymous user