[top][index]
search for:

or -- disjunction

t or u -- returns true if t is true or u is true.

If t is true, then the code in u is not evaluated.

See also:

  • and -- conjunction
  • not -- negation

  • [top][index]
    search for: