func f(a int, b int) int { return a + b } println("f:", f(3, 4), f(5, 6))