Terminal control/Clear the screen: Difference between revisions

Content added Content deleted
(Forth)
(Logo)
Line 19: Line 19:
=={{header|Forth}}==
=={{header|Forth}}==
<lang forth>page</lang>
<lang forth>page</lang>

=={{header|Logo}}==
<lang logo>cleartext</lang>
There is a separate command to reset the turtle graphics window.
<lang logo>clearscreen
cs ; abbreviation for clearscreen
clean ; like cs, but doesn't reset turtle position</lang>


=={{header|PureBasic}}==
=={{header|PureBasic}}==