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
8657a42c21abd777036e61acee6a6dc4c527088d
wren
/
test
/
language
/
semicolon.wren
T
3 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Eliminate semicolons entirely.
2015-01-03 10:02:45 -08:00
// Semicolons are not valid separators.
"IO" -> "System".
2015-09-15 07:46:09 -07:00
var a = "ok"; System.print(a) // expect error
Reference in New Issue
Copy Permalink