Creating and Running Algorithms 207Chapter 6
Algorithm Language Reference
This section provides a summary of reserved keywords, operators, data
types, constructs, intrinsic functions, and statements.

Standard Reserved

Keywords

The list of reserved keywords is the same as ANSI 'C'. User variables may
not be created using these names. Note that the keywords that are shown
underlined and bold are the only ANSI 'C' keywords that are implemented
in the VT1422A.
NOTE While all of the ANSI 'C' keywords are reserved, only those keywords that
are shown in bold are actually implemented in the VT1422A.

Special VT1422A

Reserved Keywords

The VT1422A implements some additional reserved keywords. User
variables may not be created using these names:
Identifiers Identifiers (variable names) are significant to 31 characters. They can
include alpha, numeric, and the underscore character "_". Names must begin
with an alpha character or the underscore character.
Alpha: a b c d e f g h i j k l m n o p q r s t u v w x y z
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Numeric:0 1 2 3 4 5 6 7 8 9
Other: _
auto double int struc
break else long switch
case enum register typeof
char extern return union
const float short unsigned
continue for signed void
default goto sizeof volatile
do if static while
abs interrupt writeboth
Bn (n=0 through 9) max writecvt
Bnn (nn=10 through 15) min writefifo