Mathematica 9 is now available
 Documentation / Mathematica / Built-in Functions / Programming / Fixed Symbols  /
Null

  • Null is a symbol used to indicate the absence of an expression or a result. When it appears as an output expression, no output is printed.
  • ; ; ... ; ; returns Null, and prints no output.
  • Expressions like f [ ,, ] are interpreted to have Null between each pair of adjacent commas.

    Further Examples

    By placing the semicolon at the end of the FactorInteger expression, the computation is performed but the result is not printed.

    In[1]:=

    Out[1]=



    Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
    THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
    SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.