HP System Dictionary/XL General Reference Manual Vol 2 - Part 1 SDINIT (32256-90005)
9
HP 3000 General Information Manual
MPE XL Commands Reference Manual
MPE XL Intrinsics Reference Manual
Program Design and Optimization
Programmer's Utilities and Tools
Native Language Support Reference Manual
EDIT/V Reference Manual
Pascal/XL Reference Manual
Pascal/XL Programmer's Guide
COBOL II/XL Reference Manual
COBOL II/XL Programmer's Guide
HP FORTRAN 77 Reference Manual
HP FORTRAN 77/XL Reference Manual Supplement
HP FORTRAN 77/XL Programmer's Guide
HP FORTRAN 77/XL Programmer's Guide Supplement
SPL Reference Manual
Conventions
NOTATION DESCRIPTION
nonitalics Words in syntax statements which are not in italics must be entered exactly as shown. Punc-
tuation characters other than brackets, braces and ellipses must also be entered exactly as
shown. For example:
EXIT;
italics Words in syntax statements which are in italics denote a parameter which must be replaced
by a user-supplied variable. For example:
CLOSE filename
[ ] An element inside brackets in a syntax statement is optional. Several elements stacked in-
side brackets means the user may select any one or none of these elements. For example:
[A]
[B] User may select A or B or neither.
{ } When several elements are stackedwithinbracesina syntax statement, the user must select
one of those elements. For example:
{A}
{B} User must select A or B or C.
{C}