Contents | Prev | Next
1.2 New built-in functions
The following built-in functions have been added to Irie Pascal.
New built-in functions:
- addr - Returns the operating system address of a variable.
- ptr - Converts an operating system address value or an integral value
into a Irie Pascal pointer value.
- SizeOf - Returns the size (in bytes) of a type or variable.
- StopServiceEvent - Returns the handle associated with the stop service event.
- wait - Waits for an event to occur or until a timeout expires.
See the Irie Pascal Programmer's Reference Manual for more information.
Contents | Prev | Next