We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
null is the absence of value.
(null? x)
(null? null) -> true (null? ...anything else..) -> false
x.to-bool -> false
x.to-text -> "null"
x.apply -> (throws an error)
null responds to every other message with itself - null.