/* comments! */ /* * var f proc(i32) * var g func(i32) i32 * let x = g */ // also single-line now proc main(a i64, b i64) { return (a = a) & (b = a) // (true = 0) = (a xor b) }