Jump to content

Terminal control/Clear the screen: Difference between revisions

(Added Wren)
Line 555:
Shell("Cls")
Sleep</lang>
 
=={{header|Furor}}==
<lang go>
cls
</lang>
Yet another solution:
<lang go>
."\z"
</lang>
 
 
 
=={{header|Go}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.