From 2d6edd9207d6ea326518a13205b0e094246e3160 Mon Sep 17 00:00:00 2001 From: Marvin Blum Date: Sun, 25 Oct 2015 18:41:54 +0100 Subject: [PATCH] Removed sample output folder from index. --- .gitignore | 1 + out/simple.sqf | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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; };