RosettaCodeData/Task/Compound-data-type/00DESCRIPTION
2016-12-05 22:15:40 +01:00

16 lines
233 B
Text

{{Data structure}}
;Task:
Create a compound data type:
<big> Point(x,y) </big>
A compound data type is one that holds multiple independent values.
;Related task:
* &nbsp; [[Enumeration]]
{{Template:See also lists}}
<br><br>