miller/go/reg-test/input/f.mlr

5 lines
48 B
Text

func f(x, y) {
return x + y
}
$z = f($x, $y)