!752 static bool debug; static void doStuff() { print(debug ? "DEBUG!" : "HELLO!"); }