def foo(x y) if x > y then x + y else x - y; extern putchard(x); putchard(42);