Files
asl/out/simple.sqf
2015-10-25 18:37:51 +01:00

6 lines
97 B
Plaintext

array = [1,2,3];
x = (array select 0);
if ((array select (1-1)+10/10)==2) then {
[] call foo;
};