[top][index]
search for:

and -- conjunction

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

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

See also:

  • or -- disjunction
  • not -- negation

  • [top][index]
    search for: