5 lines
56 B
Plaintext
5 lines
56 B
Plaintext
use cell_path.nu [ r foo ]
|
|
def test [] {
|
|
$r.foo.1.bar
|
|
}
|