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
0007dd2d6f946301d267e77755e1c7e06d8b6d65
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: 142ms Template: 17ms
Dark
English
English
Licenses API