Logical functions

Logical functions are used to provide basic comparisons, returning in boolean data items like iif or and

  • iif ( ? : ) - if .. then .. else
  • and (&&)
  • or (||)
  • not (!)
  • switchcase- combine multiple if .. then .. else statements