RosettaCodeData/Task/Compound-data-type/00-TASK.txt
2023-07-01 13:44:08 -04:00

17 lines
235 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>