Fixed switch in test and readme.

This commit is contained in:
Marvin Blum
2015-10-28 17:50:46 +01:00
parent a64bef135d
commit bba215cd8d
6 changed files with 16 additions and 17 deletions

View File

@@ -1,6 +1,4 @@
var array = [1, 2, 3];
var x = array[0];
if array[(1-1)+10/10] == 2 {
foo();
switch x {
case 1:
x = 1;
}