Greed: Difference between revisions

m
→‎{{header|REXX}}: added wording in the REXX section header about an OS dependency.
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:
 
=={{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.
<lang rexx>/*REXX program lets a user play the game of GREED (by Matthew Day) from the console. */