User`s manual

A-2
Type Declaration Characters
Character Type Examples Page
$
String A$, ZZ$ 1/4
%
Integer A1%, SUM% 1/4
!
Single-Precision B!, N1! 1/4
#
Double-Precision A#, 1/3# 1/4
D
Double-Precision 1.23456789D-12 1/4
(exponential notation)
E
Single-Precision 1.23456E+30 1/4
(exponential notation)
Arithmetic Operators Page
+
add 1/5
-
subtract 1/5
*
multiply 1/5
/
divide 1/5
exponentiate (e.g., 2
3 = 8) 1/5
String Operator page
+
concatenate (string together) "2" + "2"= "22" 1/7
Relational Operators
Symbol in numeric expressions in string expressions Page
<
is less than precedes 1/6-7
> is greater than follows 1/6-7
= is equal to equals 1/6-7
< = or = < is less than or equal to precedes or equals 1/6-7
> = or = > is greater than or equal to follows or equals 1/6-7
< > or > < does not equal does not equal 1/6-7