or
or(Expr, ..., Expr)
Produces true if any of it's arguments is true, otherwise false.
e.g.
or(load("/cake"), load("/death"))
Would produce true.
or(Expr, ..., Expr)
Produces true if any of it's arguments is true, otherwise false.
e.g.
or(load("/cake"), load("/death"))
Would produce true.