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

16 lines
128 B
Plaintext
Raw Normal View History

import
"module"
import "module" for
A,
B
// expect: ran module
System.print(A) // expect: a
System.print(B) // expect: b