#if (expr)
  // true stuff happens here
#else
  // false stuff happens here
#end
