Null
Usage
• 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.
Notes
• ; ; ... ; ; returns Null, and prints no output. • Expressions like f[ ,, ] are interpreted to have Null between each pair of adjacent commas. • New in Version 1.
|