Deal cards for FreeCell: Difference between revisions

Content added Content deleted
(Adding a Groovy version of Dealing freecell)
m (→‎{{header|REXX}}: added highlighting to the REXX section header.)
Line 2,700: Line 2,700:
It also supports any number for the number of columns   (default is 8).
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).
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).*/
<lang rexx>/*REXX program deals cards for a specific FreeCell solitaire card game (0 ──► 32767).*/
numeric digits 15 /*ensure enough digits for the random #*/
numeric digits 15 /*ensure enough digits for the random #*/