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