MAINSAIL Language Manual, Section 47.3

previous   next   top   complete contents   complete index   framed top   this page unframed


47.3. scanRel

Figure 47–3. scanRel (GENERIC)
PROCEDURE   scanRel     (REPEATABLE BITS scanBits);

PROCEDURE   scanRel     (REPEATABLE INTEGER scanInteger);

scanRel releases the 1-bits in scanBits so they may be reused by scanSet or releases the scanInteger so that it may be reused by $scanSet. The INTEGER form gives an error if scanInteger was not assigned by $scanSet; the BITS form has an undefined result if scanBits contains bits not assigned by scanSet.


previous   next   top   complete contents   complete index   framed top   this page unframed

MAINSAIL Language Manual, Section 47.3