Removed sample.

This commit is contained in:
Marvin Blum
2015-10-26 21:03:46 +01:00
parent f614efec43
commit 5d22e80f4e

View File

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