POP [ HP Pascal/iX Reference Manual ] MPE/iX 5.0 Documentation
HP Pascal/iX Reference Manual
POP
POP is an HP Pascal Option.
The POP compiler option restores the compiler option settings that the
last PUSH option saved (with the exceptions listed below.)
Syntax
$POP$
Default Not applicable.
Location Anywhere.
Compiler options with the location "At front" are not affected by POP.
The following compiler options are not affected by POP either:
ALIAS GLOBAL PUSH
COPYRIGHT IF SKIP_TEXT
ELSE INCLUDE SUBPROGRAM
ENDIF LOCALITY SYSINTR
EXTERNAL PAGE TITLE
FONT POP
Example
{Include file for supporting types.}
$PUSH, LIST OFF$
{Do not list the supporting types.
To preserve the LIST state (ON or OFF) that this program set,
save it first}
TYPE
bit1 = 0..1;
bit2 = 0..2;
bit3 = 0..7;
.
.
.
bit16 = 0..32767;
$POP$
TYPE
posshortint = bit16;
.
.
.
MPE/iX 5.0 Documentation