Issue #2 expression fix, updated readme.

This commit is contained in:
Marvin Blum
2015-10-25 18:37:51 +01:00
parent bf283cb87a
commit 665c9e27a1
5 changed files with 10 additions and 4 deletions

View File

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