Deal cards for FreeCell: Difference between revisions

m
→‎{{header|REXX}}: added wording to the REXX section header.
m (→‎{{header|REXX}}: added wording to the REXX section header.)
Line 2,539:
 
It also supports any number for the number of columns   (default is 8).
 
See the discussion page for support for   '''game = ─1'''   and   '''game= ─2'''       (minus one and minus two).
<lang rexx>/*REXX program deals cards for a specific FreeCell solitaire card game (0 ──► 32767).*/
numeric digits 15 /*ensure enough digits for the random #*/