Jump to content

Terminal control/Clear the screen: Difference between revisions

Line 95:
<lang lua>os.execute( "clear" )</lang>
will not work because "clear" is not a command
 
=={{header|Mathematica}}==
Delegating to clear on terminal enabled OS(Mac Os, Linux)
<lang Mathematica>Run["clear"];</lang>
 
=={{header|Pascal}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.