Files
mgmt/lang/interpret_test/TestAstFunc2/nested-import0/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
57 B
Plaintext

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