b7fdffc ^
1 2 3 4 5 6 7
# https://www.nushell.sh/book/scripts.html def greet [name] { ["hello" $name] } greet "world"