if ((1 == 2) or (2 == 3)) { main1() } else if (true != false) { main2() } else { main3() }