Terminal control/Preserve screen: Difference between revisions

Content deleted Content added
Line 36: Line 36:


This task does not admit sample output, but you can demonstrate this solution for yourself using the chrome browser: control-shift-J then copy and paste the above into the command line, and hit enter.
This task does not admit sample output, but you can demonstrate this solution for yourself using the chrome browser: control-shift-J then copy and paste the above into the command line, and hit enter.

=={{header|Mathematica}}==
<lang Mathematica>Run["tput smcup"] (* Save the display *)
Run["echo Hello"]
Pause[5] (* Wait five seconds *)
Run["tput rmcup"] </lang>



=={{header|PicoLisp}}==
=={{header|PicoLisp}}==