Files
asl/out/simple.sqf
Marvin Blum 4471ae285e Added main.
2015-10-25 16:57:00 +01:00

8 lines
101 B
Plaintext

waitUntil {x=x+1;x<100};
if (timeIsOver) then {
if (true) exitWith {
[] call foo;
[] call bar;
};
};