void setup() { if (1 == 2) { println("the impossible just happened"); } } else { println("zzz"); } }