Address of a variable: Difference between revisions

Content added Content deleted
No edit summary
(Add Plain English)
Line 1,608: Line 1,608:
VALUE IS NOW 0BA3 AND BAR IS NOW 0BA3
VALUE IS NOW 0BA3 AND BAR IS NOW 0BA3
POINTER IS 034D AND VALUE IS CAFE</pre>
POINTER IS 034D AND VALUE IS CAFE</pre>

=={{header|Plain English}}==
To get the address of a variable, use:
<syntaxhighlight lang="text">[a variable]'s whereabouts</syntaxhighlight>
Note that this address cannot be modified.


=={{header|PowerBASIC}}==
=={{header|PowerBASIC}}==