NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
bool

In NXC the bool type is an unsigned 8-bit value.

Normally you would only store a zero or one in a variable of this type but it can store values from zero to UCHAR_MAX.

bool flag=true;