Compound data type: Difference between revisions

m
imported>Acediast
(→‎{{header|COBOL}}: added SECTION headers and forsyntax highlighting)
imported>Arakov
Line 745:
 
=={{header|Elena}}==
ELENA 6.x:
<syntaxhighlight lang="elena">struct Point
{
prop int X : prop;
prop int Y : prop;
constructor new(int x, int y)
Anonymous user