Word description If both inputs are false, outputs f. Otherwise outputs the first of obj1 and obj2 which is true.
Notes This word implements boolean inclusive or, so applying it to integers will not yield useful results (all integers have a true value). Bitwise inclusive or is the bitor word.
Examples Usually only the boolean value of the result is used, however you can also explicitly rely on the behavior that the result will be the first true input: