Create an object at a given address: Difference between revisions

m
(Added solution for Action!)
Line 100:
<lang Action!>DEFINE FIRST="12345"
DEFINE SECOND="54321"
DEFINE PTR="CARD"
 
PROC Main()
CARDPTR base,copy=base
 
PrintF("Address of base variable: %H%E",@base)
Anonymous user