miller/docs/data/fe-example-3.mlr
2020-09-27 11:29:50 -04:00

4 lines
60 B
Text

func f(a, b) {
return sqrt(a**2 + b**2)
}
$xy = f($x, $y)