Jump to content

Flipping bits game: Difference between revisions

m
→‎{{header|REXX}}: changed wording in the REXX section header.
m (→‎{{header|REXX}}: changed wording in the REXX section header.)
Line 3,475:
:::*   the size of the array (grid)   [default is 3,   maximum is 26]
:::*   the number of bits (for the target) to be set to   '''on'''   [default is size of the grid]
<br>Programming note: &nbsp; none of the command line parameters &nbsp; ('''N''' &nbsp; and &nbsp; '''u''') &nbsp; are checked for errors (so as to make the program simpler).
<br>program simpler).
<lang rexx>/*REXX program presents a "flipping bit" puzzle. The user can solve via it via C.L. */
parse arg N u . /*get optional arguments from the C.L. */
Cookies help us deliver our services. By using our services, you agree to our use of cookies.