-
Declaration:
- Function Addr (X : Any type) : Pointer;
-
Description:
- Addr returns a pointer to its argument, which can be any type, or a function or procedure
name. The returned pointer isn’t typed. The same result can be obtained by the @ operator,
which can return a typed pointer (Programmers guide).
-
Errors:
- None
-
See also:
- SizeOf (575)
Listing: refex/ex2.pp