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
9a50b5f318086dd1670e3507b5ee8c4452e565de
wren
/
test
/
semicolon.wren
T
3 lines
82 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.
var a = "ok"; IO.print(a) // expect error
Reference in New Issue
Copy Permalink