about SYSTEM.ADR(BasicType)

User avatar
Robert
Posts: 1024
Joined: Sat Sep 28, 2013 11:04 am
Location: Edinburgh, Scotland

Re: about SYSTEM.ADR(BasicType)

Post by Robert »

Josef Templ wrote:We would also have to update the "Platform-Specific Issues" which currently states:
ADR(T) T: a record type INTEGER address of Descriptor of T
- Josef
So, is the proposal to add a line:
ADR(T) T: a basic type INTEGER address of Descriptor of T
What are the types not supported - Array types? Are there other types? What is the reason other types are not supported?

(Apologies if these questions are already answered - I have not been following this topic very closely.)
luowy
Posts: 234
Joined: Mon Oct 20, 2014 12:52 pm

Re: about SYSTEM.ADR(BasicType)

Post by luowy »

Josef Templ wrote:We would also have to update the "Platform-Specific Issues" which currently states:
ADR(T) T: a record type INTEGER address of Descriptor of T
a proposal

Code: Select all

ADR(T) T: a non scalar type** INTEGER address of Descriptor of T
**except untagged type
Post Reply