1-Bit and 24-Bit Integer Variables, Please

Single-bit variables are never going to happen, so you may as well forget about that.

In the rare event you have a lot of bools and want to save space, it is trivial to write a user library to deal with them as a packed array.