function test() { // #ifdef DEBUG var x = "debug"; // #else var x = "normal"; // #endif console.log(x); }