Null object: Difference between revisions

adding maxima
(adding maxima)
Line 438:
<lang Mathematica>False
True</lang>
 
=={{header|Maxima}}==
There is no ''null object'' in Maxima. Usually, a function that returns nothing (as the builtin "disp") returns in fact the symbol 'done.
 
=={{header|MAXScript}}==
Anonymous user