6 lines
55 B
Plaintext
6 lines
55 B
Plaintext
def greet [name] {
|
|
$"hello ($name)"
|
|
}
|
|
|
|
greet nushell
|