This is an old revision of the document!
Arguments | Result | Notation |
---|---|---|
Two items on the stack | The conditional OR of the two arguments | b1 b2 – b3 |
Pops two items from the stack, treats them as boolean values, 'ors' them, and pushes 0 or 1 back to the stack.
example goes here