Terminal control/Clear the screen: Difference between revisions

{{header|GUISS}}
({{header|GUISS}})
Line 40:
=={{header|Forth}}==
<lang forth>page</lang>
 
=={{header|GUISS}}==
 
This will only work if the terminal is sitting at a prompt.
 
<lang guiss>Window:Terminal,Type:clear[enter]</lang>
 
=={{header|Icon}} and {{header|Unicon}}==