2 truth value testing, 3 boolean operations, 4 comparisons – Rainbow Electronics GM862-GPS User Manual
Page 81: 5 numeric types: integers
Advertising

Easy Script
in Python
80000ST10020a Rev.8 - 01/10/08
Reproduction forbidden without Telit Communications S.p.A. written authorization - All Rights Reserved
page 81 of 100
• exec
statement
4.2.2 Truth Value Testing
Truth value testing is supported.
4.2.3 Boolean Operations
The following Boolean operations are supported:
4.2.4 Comparisons
The following comparisons are supported:
4.2.5 Numeric Types: Integers
The following operations are supported with the integer type:
x or y
x and y
not x
<
<=
>
>=
==
<>
!=
is
is not
x + y
x - y
x * y
x / y
Advertising