Sudoku: Difference between revisions

Content deleted Content added
m →‎{{header|REXX}}: added comments to the section header about programs not included. -- ~~~~
m →‎{{header|REXX}}: clarified a comment in the section header. -- ~~~~
Line 4,225:
<br>The REXX code was written to give hints and also show the possibilities (of what is possible solution for any cell),
<br>and to partially solve the puzzle using distinct strategies (separately or in combination).
<br>Programs<br>REXX programs not included are '''$T''' which is only used when specific options are used (used when TOPS is specified),
<br>the '''$ERR''' program which issues errors, and '''$H''' which shows '''help''' and other documentation.
<lang rexx>/**/trace o;parse arg !;if !all(arg()) then exit;if !cms then address '';signal on halt;signal on novalue;signal on syntax