Compound data type: Difference between revisions

m
(Added solution for Action!)
Line 64:
<lang Action!>INCLUDE "D2:REAL.ACT" ;from the Action! Tool Kit
 
DEFINE REALPTR="CARD"
TYPE PointI=[INT x,y]
TYPE PointR=[CARDREALPTR rx,ry]
 
PROC Main()
Anonymous user