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

16 lines
128 B
Plaintext
Raw Normal View History

2015-12-07 19:41:10 -08:00
import
"module"
import "module" for
A,
B
// expect: ran module
System.print(A) // expect: a
System.print(B) // expect: b