Null object: Difference between revisions

Content added Content deleted
Line 1,265: Line 1,265:
</lang>
</lang>


=={{header|Mathematica}}==
=={{header|Mathematica}}/{{header|Wolfram Language}}==
Mathematica can assign a Null value to a symbol, two examples:
Mathematica can assign a Null value to a symbol, two examples:
<lang Mathematica>x=Null;</lang>
<lang Mathematica>x=Null;</lang>