Greed: Difference between revisions

m
→‎{{header|REXX}}: added wording to the REXX section header.
(→‎{{header|REXX}}: added the REXX computer programming language.)
m (→‎{{header|REXX}}: added wording to the REXX section header.)
Line 348:
 
=={{header|REXX}}==
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 from the console (terminal). */
parse arg sw sd @ b ?r . /*obtain optional argumenst from the CL*/