Files
wren/test/module/unknown_variable/module.wren
T

4 lines
61 B
Plaintext
Raw Normal View History

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