Eliminate semicolons entirely.
This commit is contained in:
+65535
-8192
File diff suppressed because it is too large
Load Diff
+65472
-8184
File diff suppressed because it is too large
Load Diff
+65536
-8192
File diff suppressed because it is too large
Load Diff
+2
-1
@@ -1 +1,2 @@
|
||||
var a = "ok"; IO.print(a) // expect: ok
|
||||
// Semicolons are not valid separators.
|
||||
var a = "ok"; IO.print(a) // expect error
|
||||
|
||||
Reference in New Issue
Block a user