Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
Removed sample.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kugelschieber committed Oct 26, 2015
1 parent f614efe commit 5d22e80
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions out/simple.sqf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
array = [1,2,3];
x = (array select (0));
if ((array select ((1-1)+10/10))==2) then {
[] call foo;
};
array = [1,2,3];
x = (array select (0));
if ((array select ((1-1)+10/10))==2) then {
[] call foo;
};

0 comments on commit 5d22e80

Please sign in to comment.