proc main() { if (2 <= (2 + 1)) printi(3); else printi(5); }