Specifications

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.’ Variables cannot 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 VT1419A.
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
NOTE While all of the ANSI ‘C’ keywords are reserved, only those keywords that are
shown in bold are actually implemented in the VT1419A.
Special VT1419A
Reserved Keywords
The VT1419A implements some additional reserved keywords. Variables cannot be
created using these names:
abs interrupt writeboth
Bn (n=0 through 9) max writecvt
Bnn (nn=10 through 15) min writefifo
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: abcdefghijklmnopqrstuvwxyz
ABCDEFGHIJKLMNOPQRSTUVWXYZ
Numeric: 0123456789
Other: _
The Algorithm Language and Environment
Algorithm Language Reference
122 Chapter 4
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com