Titan



true


True is one of the possible values of boolean type. The other permitted value is false.

Related keywords:


true


Example 1:

const boolean c_I_can_read_this := true;

The constant defined is called c_I_can_read_this and has the value true.


BNF definition of true