diff --git a/out/simple.sqf b/out/simple.sqf deleted file mode 100644 index 202a635..0000000 --- a/out/simple.sqf +++ /dev/null @@ -1,5 +0,0 @@ -array = [1,2,3]; -x = (array select (0)); -if ((array select ((1-1)+10/10))==2) then { -[] call foo; -};