Skip to content
IsaacShelton edited this page Mar 21, 2022 · 1 revision

bool

bool represents the type of a boolean value. They can hold either true or false.

Specifications

Primitive Type Bits Size Signed-ness Possible Values C Equivalent (Roughly)
bool 1 bit 1 byte ~ true or false bool
Clone this wiki locally