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
b712bb19298e9b08dba02c9d2630819303073b04
wren
/
test
/
module
/
shared_import
/
b.wren
T
6 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: add module loading with String.import_ and embedder-provided loadModuleFn
2015-02-06 15:01:15 +00:00
// nontest
IO.print("b")
feat: add import keyword token and parser support with updated test syntax
2015-02-15 00:46:00 +00:00
import "shared" for Shared
feat: add module loading with String.import_ and embedder-provided loadModuleFn
2015-02-06 15:01:15 +00:00
var B = "b " + Shared
IO.print("b done")
Reference in New Issue
Copy Permalink