miller/test/input/f.mlr
2021-11-11 14:15:13 -05:00

5 lines
48 B
Text

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