Jump to content

Terminal control/Clear the screen: Difference between revisions

→‎{{header|Nim}}: chnage to standard implementation
(Added Algol 68)
(→‎{{header|Nim}}: chnage to standard implementation)
Line 868:
 
=={{header|Nim}}==
<lang nim>import osproc
import terminal
discard execCmd "clear"</lang>
 
eraseScreen() #puts cursor at down
setCursorPos(0, 0)
</lang>
 
=={{header|NS-HUBASIC}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.