Compound data type: Difference between revisions

Content added Content deleted
No edit summary
m (Unicon/Icon consistency 2)
Line 319: Line 319:
Note that the field names may be identical in alternatives.
Note that the field names may be identical in alternatives.


=={{header|Icon}}==
== Icon and Unicon ==
==={{header|Icon}}===

<lang icon>record Point(x,y)</lang>
<lang icon>record Point(x,y)</lang>
==={{header|Unicon}}===
This Icon solution works in Unicon.


=={{header|IDL}}==
=={{header|IDL}}==