If module name does not specify a file try to load it as a module package instead.

This commit is contained in:
Gavin Schulz
2015-03-21 16:05:02 -07:00
parent f2c5c804a4
commit 91c69ccbf0
3 changed files with 39 additions and 10 deletions
@@ -0,0 +1 @@
var Index = "index"
+3
View File
@@ -0,0 +1,3 @@
import "module_package" for Index
IO.print(Index) // expect: index