forked from extern/nushell
d0cbb2d12c
* Allow aliasing source * Add test * improve hiding * Finish adding tests * fix test
4 lines
27 B
Plaintext
4 lines
27 B
Plaintext
def greet [] {
|
|
"hello"
|
|
}
|