mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
5 lines
48 B
Text
5 lines
48 B
Text
func f(x, y) {
|
|
return x + y
|
|
}
|
|
|
|
$z = f($x, $y)
|