Compound data type: Difference between revisions

m
(Added 11l)
Line 451:
<lang elena>struct Point
{
int prop x ::int _x.X;
 
int prop y ::int _y.Y;
constructor new(IntNumberint x, IntNumberint y)
[{
_xX := x.;
_yY := y.
]}
}</lang>
 
Anonymous user