mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-13 01:47:51 +08:00
4 lines
70 B
Plaintext
4 lines
70 B
Plaintext
# A script that imports another module.
|
|
use ./mod.elv
|
|
mod:hello world
|