mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-13 15:18:48 +01:00
Mainly to get rid of one top level directory. But this will also be useful when there are tests of the embedding API.
9 lines
199 B
Plaintext
9 lines
199 B
Plaintext
// nontest
|
|
var Module1 = "from module one"
|
|
var Module2 = "from module two"
|
|
var Module3 = "from module three"
|
|
var Module4 = "from module four"
|
|
var Module5 = "from module five"
|
|
|
|
IO.print("ran module")
|