Compound data type: Difference between revisions

m
added whitespace before the TOC (table of contents), added a ;Task: and ;Related task: (bold) headers.
(Added Elixir)
m (added whitespace before the TOC (table of contents), added a ;Task: and ;Related task: (bold) headers.)
Line 1:
{{task|Basic language learning}}{{Data structure}}
{{Data structure}}
Create a compound data type Point(x,y).
 
;Task:
Create a compound data type Point(x,y).:
<big> Point(x,y) </big>
 
 
A compound data type is one that holds multiple independent values.
 
 
;Related task:
See* also&nbsp; [[Enumeration]].
 
A compound data type is one that holds multiple independent values.
See also [[Enumeration]].
 
{{Template:See also lists}}
<br><br>
 
=={{header|ACL2}}==