mirror of
https://github.com/nushell/nushell
synced 2025-01-19 16:44:46 +00:00
5 lines
No EOL
56 B
Text
5 lines
No EOL
56 B
Text
def greet [name] {
|
|
echo "hello" $name
|
|
}
|
|
|
|
greet "world" |