Files
asl/out/simple.sqf
Marvin Blum bf283cb87a Issue #2.
2015-10-25 18:34:45 +01:00

6 lines
87 B
Plaintext

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