Nothing: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(Fixed description of Nothing type.) |
||
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]]. | |||
[[Category: Magic Types]] | [[Category: Magic Types]] |
Revision as of 10:00, 7 September 2007
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 type.