Algorithm Language Reference; Standard Reserved Keywords; Special Hp E1419A Reserved Keywords; Identifiers - HP E1419A User Manual

Measurement and control module
Table of Contents

Advertisement

Algorithm Language Reference

Standard Reserved
Keywords
NOTE
Special HP E1419A
Reserved Keywords

Identifiers

126 The Algorithm Language and Environment
This section provides a summary of reserved keywords, operators, data
types, constructs, intrinsic functions and statements.
The list of reserved keywords is the same as ANSI 'C'. You may not create
your own variables using these names. Note that the keywords that are
shown underlined and bold are the only ANSI 'C' keywords that are
implemented in the HP E1419A.
auto
break
case
char
const
continue
default
do
While all of the ANSI 'C' keywords are reserved, only those keywords that
are shown in bold are actually implemented in the HP E1419A.
The HP E1419A implements some additional reserved keywords. You may
not create variables using these names:
abs
Bn (n=0 through 9)
Bnn (nn=10 through 15)
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
double
int
else
long
enum
register
extern
return
float
short
for
signed
goto
sizeof
if
static
interrupt
max
min
struc
switch
typeof
union
unsigned
void
volatile
while
writeboth
writecvt
writefifo
Chapter 4

Advertisement

Table of Contents
loading

Table of Contents