mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
6 lines
106 B
Plaintext
6 lines
106 B
Plaintext
array = [1,2,3];
|
|
x = (array select (0));
|
|
if ((array select ((1-1)+10/10))==2) then {
|
|
[] call foo;
|
|
};
|