Calculates the logical disjunction of a set of boolean values.
Parameters:
obj1 -
A boolean object or a block that evaluates to a boolean value.
Returns:
A boolean value representing the logical disjunction of its
arguments.
The arguments are inspected from left to right. The inspection ends
as soon as one of the arguments evaluates to true. If an argument
is a block then that block is evaluated.