Compiler Library/XL Reference Manual (32650-90029)
P- 2
Additional Documentation
More information on the languages and operating system can be found in
the following manuals:
*
HP FORTRAN 77/XL Reference Manual
(31501-90010)
*
HP COBOL II Reference Manual
(31500-90001)
*
HP COBOL II/XL Reference Manual Supplement
(31500-90005)
*
HP Pascal Reference Manual
(31502-90001)
*
Trap Handling Programmers' Guide
(32650-90026)
Conventions
The following conventions are used in this manual:
1. All numbers are decimal values unless otherwise noted.
2. A dollar sign ($) prefix indicates a hexadecimal numer (Chapter 4
only).
3. In all examples, a blank space is represented by a Å.
4. Mathematical notation in the test includes the following
definitions:
A value
x
in the range (
a,b
) means
a<x<b
A value
x
in the range [
a,b
] means
a<=x<=b
A value
x
in the range (
a,b
] means
a<x<=b
A value
x
in the range [
a,b
) means
a<b