mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
More testing, fixed for, added array parsing, switch is buggy.
This commit is contained in:
@@ -1 +1,8 @@
|
||||
var x = (a < b <= c) >= 10 && true;
|
||||
/*switch somevar {
|
||||
case 1:
|
||||
x = 1;
|
||||
case 2:
|
||||
x = 2;
|
||||
}*/
|
||||
|
||||
var array = [1, 2, 3];
|
||||
|
||||
Reference in New Issue
Block a user