Literals

Literals are text or numeric constants:

  • A single quote begins and ends a text literal . For example:

    'Hello'
  • Numerals 0−9 begin numeric literals.

Numerals that include digits with an optional decimal point and leading sign are acceptable numeric literals, for example, -543.21. Numeric literals can also be expressed in scientific form, for example, 1.2E5.