Compound data type: Difference between revisions

Content added Content deleted
No edit summary
m (Unicon/Icon consistency 2)
Line 319:
Note that the field names may be identical in alternatives.
 
=={{header| Icon}} and Unicon ==
==={{header|Icon}}===
 
<lang icon>record Point(x,y)</lang>
==={{header|Unicon}}===
This Icon solution works in Unicon.
 
=={{header|IDL}}==