Boolean Value Type

A boolean represents one of two possible values: True (yes) and False (no).

GUI Editor

Graphical representation of the boolean editor

The boolean editor presents a switch: “Yes” represents the true value, “No” represents the false value.

EGO Script

Boolean values can be written using either of two equivalent representations:

Value Representation
True .yes
.true
False .no
.false

By default, Dinamica EGO writes boolean values using the .yes/.no representation.

Automatic Conversions

See Type System for the complete conversion reference across all types.