Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel1

Comparison

Several built-in, infix operators allow testing for equality and inequality. For numbers, <, >, <=, >=, ==, and != are used. For strings, eq, neq, and like are used.

...