Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 350 Bytes

File metadata and controls

18 lines (12 loc) · 350 Bytes

Null

Null

is the implicit result of expressions that do not yield a result.

Examples

>> FullForm[a:=b]
"Null"

Github