122-32000 Parallax Inc, 122-32000 Datasheet - Page 277

MANUAL PROPELLER

122-32000

Manufacturer Part Number
122-32000
Description
MANUAL PROPELLER
Manufacturer
Parallax Inc
Datasheets

Specifications of 122-32000

Accessory Type
Manual
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With/related Products
Propeller Education (PE) Kit
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
IF (Y > 50)
Here, the Is Greater Than operator returns
Is Greater Than has an assignment form,
operand and the result destination. For example,
X >= Y
Here,
FALSE
intermediate results; see Intermediate Assignments, page 253.
Boolean Is Equal or Less ‘
The Boolean operator Is Equal or Less compares two operands and returns
first value is equal to or less than the second value, or returns
or Less can be used in both variable and constant expressions. Example:
X := Y =< Z
The above example compares the value of
if
This operator is often used in conditional expressions, such as in the following example.
IF (Y =< 75)
Here, the Is Equal or Less operator returns
Is Equal or Less has an assignment form,
operand and the result destination. For example,
X =<= Y
Here,
is set to
expressions for intermediate results; see Intermediate Assignments, page 253.
Boolean Is Equal or Greater ‘
The Boolean operator Is Equal or Greater compares two operands and returns
first value is equal to greater than the second value, or returns
or Greater can be used in both variable and constant expressions. Example:
Y
is equal to or less than the value of
X
X
(0). The assignment form of Is Greater Than may also be used within expressions for
is compared with
is compared with
FALSE
'Short form of X := X > Y
'Short form of X := X =< Y
(0). The assignment form of Is Equal or Less may also be used within
Y
Y
, and if
, and if
=<
’, ‘
=>
X
X
is greater than
=<=
is equal to or less than
’, ‘
Z
, or
=>=
=<=
>=
TRUE
TRUE
Y
FALSE
, that uses the variable to its left as both the first
with the value of
, that uses the variable to its left as both the first
if Y is greater than 50.
if
Y
(0) if
Y
is equal to or less than 75.
,
X
is set to
Y
is greater than the value of
Y
,
X
Z
Propeller Manual v1.0 · Page 277
FALSE
FALSE
TRUE
is set to
and sets
(-1), otherwise
(0), otherwise. Is Equal
(0), otherwise. Is Equal
TRUE
X
to either:
(-1), otherwise
TRUE
TRUE
(-1) if the
(-1) if the
X
TRUE
Z
is set to
.
(-1)
X

Related parts for 122-32000