Jump to content

Terminal control/Clear the screen: Difference between revisions

Add lang example
(→‎min: add)
(Add lang example)
Line 900:
println("\u001Bc") // Esc + c
}</syntaxhighlight>
 
=={{header|Lang}}==
<syntaxhighlight lang="lang">
# \E is an escape sequence for the ESC ascii code
fn.println(\E[2J)
</syntaxhighlight>
 
=={{header|Lasso}}==
168

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.