(
n1 | u1 n2 | u2 -- )
( R: --
loop-sys )
If
n1 | u1 is equal to
n2 | u2, continue
execution at the location given by the consumer of
do-sys. Otherwise set up loop control parameters with
index
n2 | u2 and limit
n1 | u1 and continue
executing immediately following
?DO. Anything already
on the return stack becomes unavailable until the loop
control parameters are discarded. An ambiguous condition
exists if
n1 | u1 and
n2 | u2 are not both of
the same type.