/

On this page

Boolean

Boolean values are represented by the following literals, which are case insensitive:

Boolean valueLiterals
truetrue, yes
falsefalse, no

Using the yes and no literals is encouraged because they contribute to a more natural language flow.

.code linenumbers:{no}
  My code

Operators

The following operator functions return a Boolean value: