proc main() { if (1 # 2) { printi(3); printi(7); } else { printi(5); printi(9); } }