Skip to content

Logical functions

mtbeek32 edited this page Jan 26, 2023 · 2 revisions

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
Clone this wiki locally