Bool

A Bool (Boolean) is a Data Type that represents 2 states: true or false. In Incari, these states are represented as a 0 (false) or 1 (true).

This is a very commonly used Data Type and it is mostly used for conditional statements and flow control.

Last updated