Files
asl/out/simple.sqf
2015-10-26 21:03:46 +01:00

6 lines
106 B
Plaintext

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