Null object: Difference between revisions

Line 224:
Both set x to be Null. To specifically test is something is Null one can use the SameQ:
<lang Mathematica>
SameQ[x,Null]]
</lang>
will give back True if and only if x is assigned to be Null. If x is empty (nothing assigned) this will return False.
1,111

edits