Set puzzle: Difference between revisions

m
→‎{{header|REXX}}: changed wording in the REXX section header.
(Added Wren)
m (→‎{{header|REXX}}: changed wording in the REXX section header.)
Line 3,362:
<br>The algorithm is also not the same for all REXX implementations.
 
The particular set of cards dealt (show below) used Regina 3.909.3 under a Windows/XP environment.
<lang rexx>/*REXX program finds "sets" (solutions) for the SET puzzle (game). */
parse arg game seed . /*get optional # cards to deal and seed*/