RosettaCodeData/Task/Compound-data-type/00DESCRIPTION

17 lines
233 B
Text
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
{{Data structure}}
2016-12-05 22:15:40 +01:00
;Task:
Create a compound data type:
<big> Point(x,y) </big>
2013-04-10 16:57:12 -07:00
2015-02-20 00:35:01 -05:00
A compound data type is one that holds multiple independent values.
2016-12-05 22:15:40 +01:00
;Related task:
* &nbsp; [[Enumeration]]
2013-10-27 22:24:23 +00:00
{{Template:See also lists}}
2016-12-05 22:15:40 +01:00
<br><br>