mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
Issue #2.
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
waitUntil {x=x+1;x<100};
|
||||
if (timeIsOver) then {
|
||||
if (true) exitWith {
|
||||
array = [1,2,3];
|
||||
x = (array select 0);
|
||||
if ((array select 1)==2) then {
|
||||
[] call foo;
|
||||
[] call bar;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user