mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
8 lines
101 B
Plaintext
8 lines
101 B
Plaintext
waitUntil {x=x+1;x<100};
|
|
if (timeIsOver) then {
|
|
if (true) exitWith {
|
|
[] call foo;
|
|
[] call bar;
|
|
};
|
|
};
|