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
5ff3e291daab62e9d9531c149371d38a3e8c5780
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