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

Commit 5d22e80

Browse files
committed
Removed sample.
1 parent f614efe commit 5d22e80

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

out/simple.sqf

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
array = [1,2,3];
2-
x = (array select (0));
3-
if ((array select ((1-1)+10/10))==2) then {
4-
[] call foo;
5-
};
1+
array = [1,2,3];
2+
x = (array select (0));
3+
if ((array select ((1-1)+10/10))==2) then {
4+
[] call foo;
5+
};

0 commit comments

Comments
 (0)