RosettaCodeData/Task/Compound-data-type/00-TASK.txt

18 lines
235 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
{{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>