G–18 Operation Index
File name 33s-E-Manual-1008-Publication(1st).doc Page : 386
Printed Date : 2003/10/8 Size : 13.7 x 21.2 cm
Name Keys and Description Page
º
(
Displays the mean (arithmetic
average) menu.
11–4
x<> variable
º
v
x exchange.
Exchanges x with a variable.
3–6
x<>y
w
x exchange y.
Moves x to the Y–register and y to
the X–register.
2–3
¹
¬
Displays the "x
?
y" comparison
tests menu.
13–7
x
≠
y
¹
¬
{
≠
}
If x
≠
y, executes next program line;
if x=y, skips the next program line.
13–7
x
≤
y
?
¹
¬
{
≤
}
If x
≤
y, executes next program line;
if x
>
y, skips next program line,
13–7
x<y
?
¹
¬
{<}
If x<y, executes next program line;
if x
≥
y, skips next program line.
13–7
x>y
?
¹
¬
{>}
If x>y, executes next program line;
if x
≤
y, skips next program line.
13–7
x
≥
y
?
¹
¬
{
≥
}
If x
≥
y, executes next program line;
if x<y, skips the next program line.
13–7
x=y
?
¹
¬
{
}
If x=y, executes next program line;
if x
≠
y, skips next program line.
13–7
º
Displays the "x
?
0" comparison
tests menu.
13–7
x
≠
0
?
º
{
≠
}
If x
≠
0, executes next program line;
if x=0, skips the next program
line.
13–7