HP Pascal/iX Reference Manual (31502-90022)

3- 9
chr odd sqr
cos ord succ
integer return - abs maxpos round strmax
binary octal sqr strpos
hex ord sqrt succ
lastpos position strlen trunc
linepos pred
Standard Procedures
halt strread
prompt strwrite
read writedir
readdir writeln
readln
Example
VAR
wholenum: integer;
i,j,k,l : integer;
Longint.
The predefined data type
longint
is an integer in the range -263..263-1
that is stored in 64 bits.
Permissible Operators
assignment :=
relational <, <=, =, <>, >=, >, IN
arithmetic +, -, *, /, DIV, MOD
Standard Functions
longint argument abs ln sin
-
arctan odd sqr
chr ord sqrt
cos pred succ
exp
longint return - abs
pred
sqr
succ
Standard Procedures
prompt strread
read strwrite
readdir writedir
readln writeln
Example