Manual
84
[Function] Escapes the DOXX loop, then the program proceeds to the next step after EDDO.
[Example] DWEQ 1 0
·
·
600 LEAV
·
·
EDDO
While variable 1 is 0, the commands up to the EDDO command are repeated.
If flag 600 turns ON during this time, the loop is forced to end and the program proceeds to the next
step after the EDDO command. If variable 1 is still 0, then the loop is repeated.
noisnapxE
noitidnoc
)RO·DNA(
tupnI
noitidnoc
)galF·O/I(
dnammoC
tsoP
)galF·troptuptuO(
dnammoC 1dnarepO 2dnarepO
lanoitpOlanoitpOVAEL
noisnapxE
noitidnoc
)RO·DNA(
tupnI
noitidnoc
)galF·O/I(
dnammoC
tsoP
)galF·troptuptuO(
dnammoC 1dnarepO 2dnarepO
lanoitpOlanoitpORETI
[Example] DWEQ 1 0
·
·
600 ITER
·
·
EDDO
While variable 1 is 0, the commands up to the EDDO command are repeated.
If flag 600 turns ON during this time, the loop is forced to end and control is forced to move to the
EDDO command. If variable 1 is still 0, then the loop is repeated.
12. SEL Language
●LEAV (Escape From DO WHILE)
●ITER (Repeat)
[Function] Forces the control to move to EDDO during the DOXX loop.