mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-09-13 12:31:49 +00:00
Added conditional expressions.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
var x = (1+(2+3))/(6*(someVariable+99-100))-(20)+anotherVariable+foo();
|
||||
@@ -0,0 +1 @@
|
||||
var x = true || (3 >= 4 && 5 < 8);
|
||||
Reference in New Issue
Block a user