Files
wren/test/language/module/shared_import/a.wren
T

6 lines
101 B
Plaintext
Raw Normal View History

2015-02-06 07:01:15 -08:00
// nontest
2015-09-15 07:46:09 -07:00
System.print("a")
2015-02-14 16:46:00 -08:00
import "shared" for Shared
2015-11-11 07:55:48 -08:00
var A = "a %(Shared)"
2015-09-15 07:46:09 -07:00
System.print("a done")