We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.