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

or?

This operator tests boolean disjunction. It evaluates all arguments and can be passed to other functions.

(or 1 2) -> 1
(or 0 0 3) -> 3
(or 0 "" ()) -> false
Clone this wiki locally