Class or defines a
logical or for its associated statements. An
or is not just binary but can have any number of arguments.
When executed, or will execute its argument code
objects starting from the first. It stops with success as soon as one of
the arguments succeeds or returns failure if no argument succeed. An or
without arguments simply fails.
See also class if, class and and class not.
<-members
until one succeeds or the end of the chain is reached. Succeeds in the
first case and fails in the second.