mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-17 16:38:54 +00:00
5 lines
48 B
Text
5 lines
48 B
Text
func f(x, y) {
|
|
return x + y
|
|
}
|
|
|
|
$z = f($x, $y)
|