mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 06:08:41 +01:00
7 lines
137 B
Plaintext
7 lines
137 B
Plaintext
// nontest
|
|
var Module = "from module"
|
|
System.print("ran module")
|
|
|
|
var ValueA = "module A"
|
|
var ValueB = "module B"
|
|
var ValueC = "module C" |