Files
wren/test/module/logical_short/logical_short.wren
T

6 lines
149 B
Plaintext
Raw Normal View History

// Import a module whose name is the same as the package.
import "foo" for Module
// expect: ran module
System.print(Module) // expect: from module