Logo
Explore Help
Register Sign In
retoor/wren
Watch 1
Star 0
Fork 0
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
811b1afc89e6e5093ab4df8f5636ad58bea4f543
wren/test/language/module/cyclic_import/a.wren
T

10 lines
157 B
Plaintext
Raw Normal View History

feat: split core module from main and add implicit core imports for all modules
2015-02-11 18:06:45 +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("start a")
feat: split core module from main and add implicit core imports for all modules
2015-02-11 18:06:45 +00:00
var A = "a value"
feat: implement string interpolation with %(expr) syntax in compiler and core library
2015-11-11 15:55:48 +00:00
System.print("a defined %(A)")
feat: add import keyword token and parser support with updated test syntax
2015-02-15 00:46:00 +00:00
import "b" for B
feat: implement string interpolation with %(expr) syntax in compiler and core library
2015-11-11 15:55:48 +00:00
System.print("a imported %(B)")
feat: split core module from main and add implicit core imports for all modules
2015-02-11 18:06:45 +00:00
feat: implement string interpolation with %(expr) syntax in compiler and core library
2015-11-11 15:55:48 +00:00
System.print("end a")
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.27.2 Page: 101ms Template: 7ms
Dark
English
English
Licenses API