CharactersScalarsMagnitudesLocatives

Locatives

Locatives are word aligned pointers to memory. They are meant to be used to represent pointers to foreign data and not to point to interior GOO object data.
 <loc> (<mag>) C
 loc-val (x|<loc> => <any>) G
returns the object pointed to by x.
 address-of (x|<any> => <loc>) G
returns address of particular object.


CharactersScalarsMagnitudesLocatives