diff --git a/.gitignore b/.gitignore index 4ce8181..cb6543d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /bin/ /pkg/ +/out/ diff --git a/out/simple.sqf b/out/simple.sqf index abcbe28..df674e3 100644 --- a/out/simple.sqf +++ b/out/simple.sqf @@ -1,5 +1,5 @@ array = [1,2,3]; -x = (array select 0); -if ((array select (1-1)+10/10)==2) then { +x = (array select (0)); +if ((array select ((1-1)+10/10))==2) then { [] call foo; };