Nothing: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Minor tip) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
An expression of type '''Nothing''' is no value. It cannot be assigned to a variable. It exists because each expression needs to return some value and needs to have some clearly identified [[:Category:Data Types|type]]. | |||
Its presence can be checked using [[isNil]]. | |||
[[Category: Magic Types]] | [[Category: Magic Types]] |