Jump to content

Compound data type: Difference between revisions

adding maxima
(Add NetRexx implementation)
(adding maxima)
Line 779:
Graphics[a]</lang>
[[File:Point_mma.png]]
 
=={{header|Maxima}}==
<lang maxima>defstruct(point(x, y))$
 
p: new(point)$
 
q: point(1, 2)$
 
p@x: 5$</lang>
 
=={{header|MAXScript}}==
168

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.