Create an object at a given address: Difference between revisions

Content added Content deleted
(Added solution for Action!)
Line 100: Line 100:
<lang Action!>DEFINE FIRST="12345"
<lang Action!>DEFINE FIRST="12345"
DEFINE SECOND="54321"
DEFINE SECOND="54321"
DEFINE PTR="CARD"


PROC Main()
PROC Main()
CARD base,copy=base
PTR base,copy=base


PrintF("Address of base variable: %H%E",@base)
PrintF("Address of base variable: %H%E",@base)