Compound data type: Difference between revisions

Content added Content deleted
(Added solution for Action!)
Line 64: Line 64:
<lang Action!>INCLUDE "D2:REAL.ACT" ;from the Action! Tool Kit
<lang Action!>INCLUDE "D2:REAL.ACT" ;from the Action! Tool Kit


DEFINE REALPTR="CARD"
TYPE PointI=[INT x,y]
TYPE PointI=[INT x,y]
TYPE PointR=[CARD rx,ry]
TYPE PointR=[REALPTR rx,ry]


PROC Main()
PROC Main()