Files
mgmt/lang/interpret_test/TestAstFunc2/nested-import1/main.mcl
James Shubin e4eb3c23a2 lang: funcs: core: Allow nested system imports
We were passing the wrong module name for system imports. This is now
fixed, includes an example, and some tests!
2019-05-20 09:23:28 -04:00

6 lines
61 B
Plaintext

import "example/nested" as foo
$x = foo.hello()
test $x {}