Jump to content

Sudoku/REXX: Difference between revisions

m
→‎REXX: Version 1: corrected the link to two pointers to REXX routines.
m (→‎REXX: Version 3: add reference to version 2)
m (→‎REXX: Version 1: corrected the link to two pointers to REXX routines.)
Line 1,572:
<br>The &nbsp; '''$ERR''' &nbsp; REXX program is included here ──► [[$ERR.REX]].
<br><br>The &nbsp; '''$T''' &nbsp; REXX program makes use of &nbsp; '''LINESIZE''' &nbsp; BIF &nbsp; which returns the terminals width (linesize).
<br>Some REXXes doen't have a &nbsp; '''LINESIZE''' &nbsp; BIF, so one is included here ──► [[LINESIZE.HELREX]].
<br><br>The &nbsp; '''$T''' &nbsp; REXX program makes use of &nbsp; '''SCRSIZE''' &nbsp; BIF which returns the terminals width (linesize) and depth.
<br>Some REXXes doen't have a &nbsp; '''SCRSIZE''' &nbsp; BIF, so one is included here ──► [[SCRSIZE.HELREX]].
<br><br>The &nbsp; '''$T''' &nbsp; REXX program makes use of &nbsp; '''DELAY''' &nbsp; BIF which delays (sleeps) for a specified amount of seconds.
<br>Some REXXes doen't have a &nbsp; '''DELAY''' &nbsp; BIF, so one is included here ──► [[DELAY.REX]].
Cookies help us deliver our services. By using our services, you agree to our use of cookies.