Operator
|
Description
|
Keyboard Shortcut
|
Returns 1 if x is an element of the number set y, returns 0 otherwise.
|
||
Returns 1 if x is equal to y, 0 otherwise.
|
||
Returns 1 if x is greater than y, 0 otherwise.
|
>
|
|
Returns 1 if x is greater than or equal to y, 0 otherwise.
|
>=
Ctrl+0
|
|
Returns 1 if x is less than y, 0 otherwise.
|
<
|
|
Returns 1 if x is less than or equal to y, 0 otherwise.
|
<=
Ctrl+9
|
|
Returns 1 if x is not equal to y, 0 otherwise.
|
< >
|