Skip to content
Turtle Kitty edited this page Aug 9, 2015 · 1 revision

not

(not obj) returns the inverse of obj.to-bool.

(not true) -> false
(not "foo") -> false
(not "") -> true
(not 0) -> true
(not ()) -> true
Clone this wiki locally