MAINSAIL Language Manual, Section 30.8

previous   next   top   contents   index   framed top   this page unframed


30.8. $adrOfFirstElement

Figure 30–9. $adrOfFirstElement
ADDRESS
<
macro>     $adrOfFirstElement
                        (
ARRAY a);

$adrOfFirstElement returns the ADDRESS of the first element (the element stored at the lowest memory address) of a. If a garbage collection subsequently occurs, a may be moved so that the value returned by $adrOfFirstElement before the collection is no longer correct. The effect is undefined if a is NULLARRAY.


previous   next   top   contents   index   framed top   this page unframed

MAINSAIL Language Manual, Section 30.8