HP Pascal/iX Reference Manual (31502-90022)

P-: 3
*
MPE/iX Commands Reference Manual, Volumes 1 and 2
(32650-90003
and 32650-90364)
*
MPE/iX Intrinsics Reference Manual
(32650-90028)
*
MPE/iX Symbolic Debugger User's Guide
(31508-90003)
*
MPE/iX System Debug Reference Manual
(32650-90013)
*
PA-RISC 1.1 Architecture and Instruction Set Reference Manual
(09740-90039)
*
Procedure Calling Conventions Reference Manual
(09740-90015)
*
TurboIMAGE/XL Reference Manual
(30391-90001)
*
Using VPLUS/V: Introduction to Forms Designs
(32209-90004)
Conventions
UPPERCASE In a syntax statement, commands and keywords are
shown in uppercase characters. The characters must
be entered in the order shown; however, you can enter
the characters in either upper or lowercase. For
example:
COMMAND
can be entered as any of the following:
command Command COMMAND
It cannot, however, be entered as:
comm com_mand comamnd
italics
In a syntax statement or an example, a word in
italics represents a parameter or argument that you
must replace with the actual value. In the following
example, you must replace
FileName
with the name of
the file:
COMMAND
FileName
punctuation In a syntax statement, punctuation characters (other
than brackets, braces, vertical bars, and ellipses)
must be entered exactly as shown. In the following
example, the parentheses and colon must be entered:
(
FileName
):(
FileName
)
{ } In a syntax statement, braces enclose required
elements. When several elements are stacked within
braces, you must select one. In the following
example, you must select either ON or OFF:
COMMAND {ON }
{OFF}
[ ] In a syntax statement, brackets enclose optional
elements. In the following example, OPTION can be
omitted:
COMMAND
FileName
[OPTION]
When several elements are stacked within brackets,
you can select one or none of the elements. In the
following example, you can select OPTION or
Parameter
or neither. The elements cannot be repeated.