var x = 1; var y = 3; func foo(x, y) { return x+y } hint()(format()("%1", foo(x, y)));