mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
Updated README, strings can now contain comments.
This commit is contained in:
@@ -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