This website requires JavaScript.
Explore
Help
Register
Sign In
retoor
/
wren
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
139b447898c6a21b00e1635801aa13443f135d7f
wren
/
test
/
language
/
module
/
shared_import
/
a.wren
T
6 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Start getting module loading working.
2015-02-06 07:01:15 -08:00
// nontest
"IO" -> "System".
2015-09-15 07:46:09 -07:00
System.print("a")
Basic import syntax.
2015-02-14 16:46:00 -08:00
import "shared" for Shared
Simple string interpolation.
2015-11-11 07:55:48 -08:00
var A = "a %(Shared)"
"IO" -> "System".
2015-09-15 07:46:09 -07:00
System.print("a done")
Reference in New Issue
Copy Permalink