The addr function returns the operating system address of the parameter passed to it. The type of the value returned by this function is address. This function is most often used when calling external functions and procedures.
The addr function's only parameter is a reference to the variable whose address is to be returned.
Operating Systems: All
Standard Pascal: No