Compound data type: Difference between revisions

no edit summary
(Add task to ARM assembly Raspberry pi)
No edit summary
Line 453:
(assert (= 0 (:x p)))
(assert (= 1 (:y p)))</lang>
 
=={{header|COBOL}}==
<lang cobol>
01 Point.
05 x pic 9(3).
05 y pic 9(3).
</lang>
 
=={{header|CoffeeScript}}==