Address of a variable: Difference between revisions

Added Arturo implementation
m (→‎{{header|Phix}}: added syntax colouring the hard way)
(Added Arturo implementation)
Line 275:
</lang>
 
=={{header|Arturo}}==
 
<lang rebol>x: 2
xInfo: info.get 'x
 
print [
"address of x:" xInfo\address
"->" from.hex xInfo\address
]</lang>
 
{{out}}
 
<pre>address of x: 0x109EAC228 -> 4461347368</pre>
 
=={{header|Astro}}==
1,532

edits