Updated README, strings can now contain comments.

This commit is contained in:
Marvin Blum
2015-10-09 11:48:09 +02:00
parent 2bc92c2970
commit 7c4e3c1077
3 changed files with 51 additions and 13 deletions

View File

@@ -1,3 +1,2 @@
var _x = "This is a string!";
var _y = "";
var _z = "\"mask\"";
var _x = "/* multi line comment */";
var _y = "// single line comment";