Files
wren/test/language/module/simple_import/module.wren
T

4 lines
65 B
Plaintext
Raw Normal View History

// nontest
var Module = "from module"
System.print("ran module")