Sel language, Slct (start selection group) – IAI America DS-S-C1 User Manual
Page 87

85
12.16
Branching commands
12. SEL Language
n
o
i
s
n
a
p
x
E
n
o
i
t
i
d
n
o
c
)
R
O
·
D
N
A
(
t
u
p
n
I
n
o
i
t
i
d
n
o
c
)
g
a
l
F
·
O
/
I
(
d
n
a
m
m
o
C
t
s
o
P
)
g
a
l
F
·
t
r
o
p
t
u
p
t
u
O
(
d
n
a
m
m
o
C
1
d
n
a
r
e
p
O
2
d
n
a
r
e
p
O
l
a
n
o
i
t
p
O
l
a
n
o
i
t
p
O
T
C
L
S
●
SLCT (Start Selection Group)
[Function]
Branches to the next step after the OTHE command if none of the conditions set up by the WHXX,
WSXX or any commands up to the EDSL command are met.
(Example]
SCPY
1
‘Right’
Assign ‘Right’ to column 1 and 5.
:
600
SLCT
Since the string in columns 1 through 5 are equal to ‘Right’, the
commands that follow this WSEQ will be executed.
WSEQ
1
‘Right’
Since the string in columns 1 through 5 are not equal to ‘left’,
the commands that follow this WSEQ will not be executed. If it
is neither, then the commands that follow OTHE are executed.
WSEQ 1
‘Left’
When flag 600 is OFF, or if any one of the conditions is executed,
:
then end the select.
OTHE
:
EDSL