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
25bd182c5858158c56f638ca135337275a816066
wren
/
test
/
language
/
module
/
shared_import
/
b.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("b")
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 B = "b " + Shared
"IO" -> "System".
2015-09-15 07:46:09 -07:00
System.print("b done")
Reference in New Issue
Copy Permalink