bool b1;
int fooSum = 0;
int fooIndex = 0;
int fooItem;
int foos[10];
bool b2, b3, b4;
bool b5, b6 = 3 + 4, b7, b8, b9;
bool c1; bool c2; bool c3; bool c4;
bool c5; bool c6; bool c7, c8 = 4 + 6, c9;
byte state = 1;
mtype = {
FATAL, NON_FATAL, COMPLETE, INCOMPLETE,
red, white, blue
}
bool busy[3];
bool lazy[4];
bool v3, v2 = 1;