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
/
simple_import
/
simple_import.wren
T
5 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: add import keyword token and parser support with updated test syntax
2015-02-15 00:46:00 +00:00
import "module" for Module
feat: add module loading with String.import_ and embedder-provided loadModuleFn
2015-02-06 15:01:15 +00:00
// expect: ran module
IO.print(Module) // expect: from module
Reference in New Issue
Copy Permalink