/* comments! */ /* * var f proc(i32) * var g func(i32) i32 * let x = g */ // also single-line now proc main { return (5 > 4) = (4 < 5) }