Added main.

This commit is contained in:
Marvin Blum
2015-10-25 16:57:00 +01:00
parent a1d7fc977e
commit 4471ae285e
9 changed files with 190 additions and 15 deletions

7
out/simple.sqf Normal file
View File

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