mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
Fixed switch in test and readme.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user