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