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,6 +1,6 @@
var array = [1, 2, 3];
var x = array[0];
if array[1] == 2 {
if array[(1-1)+10/10] == 2 {
foo();
}