7 lines
70 B
Plaintext
7 lines
70 B
Plaintext
use bar.nu [ def_bar ]
|
|
|
|
let var_foo = 1
|
|
def_bar
|
|
|
|
def def_foo [] { 4 }
|