Jump to content

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
Cookies help us deliver our services. By using our services, you agree to our use of cookies.