Boolean variables
nBooleans  can be stored as variables.
n
nprivate boolean tooBig;
ntooBig = true;
ntooBig = i1 > 10;