Skip to main content

Boolean Data Type

The Boolean data type expresses true or false values.

Supported Values:

Values can also be expressed as combinations of the following (e.g. True / f).

  • true / false

  • True / False

  • t/f

  • T/F

  • yes / no

  • Yes / No

  • y / n

  • Y / N

  • on / off

  • 1 / 0