Greed: Difference between revisions

m
→‎{{header|REXX}}: added a comment to the REXX section header.
m (→‎{{header|REXX}}: shortened the output sections.)
m (→‎{{header|REXX}}: added a comment to the REXX section header.)
Line 351:
 
No attempt was made to validate the input the input arguments (parameters) for this REXX program.
 
Pointers (above and to the right of) the grid are included to help identify where the current location is.
<lang rexx>/*REXX program lets a user play the game of GREED (by Matthew Day) from the console. */
parse arg sw sd @ b ?r . /*obtain optional argumenst from the CL*/