Greed: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: added notations for the user's inputs.)
m (→‎{{header|REXX}}: added wording in the REXX section header about an OS dependency.)
Line 348: Line 348:


=={{header|REXX}}==
=={{header|REXX}}==
This REXX version's only dependency is that the DOS command   '''cls'''   is used to clear the terminal screen.

No attempt was made to validate the input the input arguments (parameters) for this REXX program.
No attempt was made to validate the input the input arguments (parameters) for this REXX program.
<lang rexx>/*REXX program lets a user play the game of GREED (by Matthew Day) from the console. */
<lang rexx>/*REXX program lets a user play the game of GREED (by Matthew Day) from the console. */