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
0fde331974c17df1ba1a231d18e50d5d40206813
wren
/
test
/
language
/
module
/
shared_import
/
shared.wren
T
4 lines
56 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
feat: replace IO class with System class and remove separate IO module
2015-09-15 14:46:09 +00:00
System.print("shared")
feat: add module loading with String.import_ and embedder-provided loadModuleFn
2015-02-06 15:01:15 +00:00
var Shared = "shared"
Reference in New Issue
Copy Permalink