Sudoku/REXX: Difference between revisions

Content added Content deleted
m (→‎REXX: Version 1: Fix link.)
Line 11: Line 11:
<br>The &nbsp; '''$SUDOKU.REX''' &nbsp; REXX program makes use of &nbsp; '''$T.REX''' &nbsp; REXX program which is used to display text messages.
<br>The &nbsp; '''$SUDOKU.REX''' &nbsp; REXX program makes use of &nbsp; '''$T.REX''' &nbsp; REXX program which is used to display text messages.
<br>The &nbsp; '''$T.REX''' &nbsp; REXX program is included here ──► [[Sudoku/REXX#REXX_Version_1_Messages]].
<br>The &nbsp; '''$T.REX''' &nbsp; REXX program is included here ──► [[Sudoku/REXX#REXX_Version_1_Messages]].
<br>Some older REXXes don't have a &nbsp; '''changestr''' &nbsp; BIF, so one is included here ──► [[Sudoku/REXX#REXX_Version_1_CHANGESTR_function]].
<br>Some older REXXes don't have a &nbsp; '''changestr''' &nbsp; BIF, so one is included here ──► [[Sudoku/REXX#REXX_CHANGESTR_function]].
<br>REXX programs not included are &nbsp; '''$H''' &nbsp; which shows '''help''' and other documentation.
<br>REXX programs not included are &nbsp; '''$H''' &nbsp; which shows '''help''' and other documentation.
<lang rexx>/*REXX program displays, can give hints, and/or solve a sudoku puzzle. */
<lang rexx>/*REXX program displays, can give hints, and/or solve a sudoku puzzle. */