Terminal control/Preserve screen: Difference between revisions

Content added Content deleted
(→‎{{header|REXX}}: added the REXX language. -- ~~~~)
m (→‎{{header|REXX}}: changed a comment. -- ~~~~)
Line 80:
'CLS' /*start with a clean slate. */
do 20
say copies('+$',60) /*write a score of sixty bucks. */
end
'CLS' /*start with a clean slate, again*/