Toshiba KB-80 Computer Keyboard User Manual


 
- 2 -
OPERATORS
Arithmetic operators:
Operator Operation
^ Exponential operation
- Sign
*, / Multiplication, Real division
¥ Integer division (The quotient is output.)
MOD Integer division (The remainder is output.)
+, - Addition, Subtraction
The operations enclosed in parentheses are processed first.
Relational operators: Compares between two values. The result is true or false.
Operator Operation
= Equal to
<>, >< Not equal to
< Less than
> Greater than
<=, =< Less than or equal to
>=, => Greater than or equal to
Logic operators: Checks more conditions, performs bit handling.
Operator Operation
NOT Negation
AND Logic product
OR Logic OR
XOR Exclusive-OR