(or ..args) args: zero or more forms
M
Performs a lazy Boolean OR.
Successively evaluates each form in args. When one of the forms evaluates to something
other than #f or #n, that value is returned, and any subsequent forms are not
evaluated. Otherwise, returns the value of the last argument.
With no arguments, (or) evaluates to #f.