Compound data type: Difference between revisions

Content added Content deleted
(→‎{{header|TXR}}: Concise examples.)
Line 972: Line 972:
</lang>
</lang>


=={{header|Mathematica}}==
=={{header|Mathematica}} / {{header|Wolfram Language}}==
Expressions like point[x, y] can be used without defining.
Expressions like point[x, y] can be used without defining.
<lang mathematica>In[1]:= a = point[2, 3]
<lang mathematica>In[1]:= a = point[2, 3]