1
0
forked from Mirror/wren

Eliminate semicolons entirely.

This commit is contained in:
Bob Nystrom
2015-01-03 10:02:45 -08:00
parent c0043e78d4
commit c25cfca18b
6 changed files with 196557 additions and 24585 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1 +1,2 @@
var a = "ok"; IO.print(a) // expect: ok
// Semicolons are not valid separators.
var a = "ok"; IO.print(a) // expect error