Some code I'm compiling uses the keyword 'and' - e.g.

Code:
do {
      // whatever
} while (something and something_else);
Is 'and' equivalent to & or &&