mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-24 02:36:15 +00:00
4 lines
60 B
Text
4 lines
60 B
Text
func f(a, b) {
|
|
return sqrt(a**2 + b**2)
|
|
}
|
|
$xy = f($x, $y)
|