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

4 lines
61 B
Plaintext
Raw Normal View History

2015-02-06 07:01:15 -08:00
// nontest
var Module = "from module"
IO.print("ran module")