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: Line 80:
'CLS' /*start with a clean slate. */
'CLS' /*start with a clean slate. */
do 20
do 20
say copies('+',60)
say copies('$',60) /*write a score of sixty bucks. */
end
end
'CLS' /*start with a clean slate, again*/
'CLS' /*start with a clean slate, again*/