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
10a0a700544f649353f37d1955ab55c910c5c5ef
wren
/
test
/
language
/
semicolon.wren
T
3 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: remove semicolon token from lexer and treat it as invalid syntax
2015-01-03 18:02:45 +00:00
// Semicolons are not valid separators.
feat: replace IO class with System class and remove separate IO module
2015-09-15 14:46:09 +00:00
var a = "ok"; System.print(a) // expect error
Reference in New Issue
Copy Permalink