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
278f1c063b13bbad940c968ec2051507711e349d
wren
/
test
/
language
/
module
/
shared_import
/
a.wren
T
6 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Start getting module loading working.
2015-02-06 07:01:15 -08:00
// nontest
IO.print("a")
Basic import syntax.
2015-02-14 16:46:00 -08:00
import "shared" for Shared
Start getting module loading working.
2015-02-06 07:01:15 -08:00
var A = "a " + Shared
IO.print("a done")
Reference in New Issue
Copy Permalink