Null is the implicit result of expressions that do not yield a result:
Null
FullForm[a:=b]
It is not displayed in StandardForm,
a:=b
in contrast to the empty string:
""
(watch the empty line).