mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-09-13 20:41:49 +00:00
Updated README, strings can now contain comments.
This commit is contained in:
+2
-3
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user