Treat ";" like newlines.

This commit is contained in:
Bob Nystrom
2013-12-04 19:12:21 -08:00
parent 8521d5ad79
commit c91fcd12cc
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
var a = "ok"; io.write(a) // expect: ok