HP Pascal/iX Reference Manual (31502-90022)

12- 81
GLOBAL STORAGE USED = 18 TEMPORARY STORAGE USED = 0
PARAMETER STORAGE USED = 0 CONSTANT STORAGE USED = 0
TITLE
TITLE is an HP Pascal Option.
The TITLE compiler option specifies the title to appear on subsequent
pages of the listing. (The title appears next to the page number in the
top left-hand corner of the page.)
Syntax
$TITLE
string_literal
$
Parameter
string_literal
Exact title (the compiler distinguishes between uppercase
and lowercase letters.) The empty string ( '') restores
the default title. The string literal ' ' specifies a
blank title.
Default
{iX}
HP PASCAL/{UX} HP
product_number.v.uu.ff
COPYRIGHT HEWLETT-PACKARD
CO.
year date time
where
product_number
is 31502 for MPE/iX and 92431 for
HP-UX.
Location Anywhere.
Example
PAGE 1 HEWLETT-PACKARD ... (C) HEWLETT-PACKARD CO. ...
0 1.000 0 $TITLE 'Payroll Program'$
0 2.000 0 $PAGE$
PAGE 2 Payroll Program
0 3.000 0 PROGRAM show_title (output);
0 4.000 0
0 5.000 1 BEGIN
0 6.000 1 END.
TYPE_COERCION
TYPE_COERCION is a System Programming Option.
The TYPE_COERCION compiler option determines the level of value type
coercion that the compiler allows.
Syntax
{NONE }
{CONVERSION }
$TYPE_COERCION ' {STRUCTURAL }'$
{REPRESENTATION}
{STORAGE }
{NONCOMPATIBLE }
Parameters
NONE Prevents type coercion.