- or ->_execute:
- Execute the code objects
from or
<-members
until one succeeds or the end of the chain is reached. Succeeds in the
first case and fails in the second.
- or ->initialise: test=code
...
- Create an or object from
a series of statements. Or
objects are almost exclusively used to realise disjunction in conditions
for if objects or
while objects.