HP Pascal/iX Programmer's Guide (31502-90023)

10-: 11
| Array | Array |
| | Record |
| | |
---------------------------------------------------------------------------
| | |
| Boolean | Boolean |
| | |
---------------------------------------------------------------------------
| | |
| Char | Char |
| | |
---------------------------------------------------------------------------
| | |
| Integer | Bit16 |
| | Bit32 |
| | Bit52 |
| | Integer |
| | Integer subrange |
| | Longint |
| | Shortint |
| | |
---------------------------------------------------------------------------
| | |
| Integer subrange | Bit16 |
| | Bit32 |
| | Bit52 |
| | Integer |
| | Integer subrange |
| | Longint |
| | Shortint |
| | |
---------------------------------------------------------------------------
| | |
| Longreal | Longreal |
| | |
---------------------------------------------------------------------------
| | |
| Real | Real |
| | |
---------------------------------------------------------------------------
| | |
| Record | Record |
| | Array |
| | |
---------------------------------------------------------------------------
| | |
| Set | Set |
| | |
---------------------------------------------------------------------------
| | |
| Shortint | Bit16 |
| | Bit32 |
| | Bit52 |
| | Integer |
| | Integer subrange |
| | Longint |
| | Shortint |
| | |
---------------------------------------------------------------------------
Using Intrinsic Functions as Procedures
Your program must use an intrinsic procedure as a procedure, but it can
use an intrinsic function as a function, a procedure, or both.
To use an intrinsic function as a function, declare it as a function in
your program, including its result type in the declaration. To use an
intrinsic function as a procedure, declare it as a procedure in your