mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
Fixed switch, something is wrong with function call parameters.
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
/*switch somevar {
|
||||
case 1:
|
||||
x = 1;
|
||||
case 2:
|
||||
x = 2;
|
||||
}*/
|
||||
func myFunc(a, b) {
|
||||
return a > b;
|
||||
}
|
||||
|
||||
var array = [1, 2, 3];
|
||||
myFunc(1+3/4, 2-(66*22)/3-((123)));
|
||||
|
||||
foo();
|
||||
|
||||
Reference in New Issue
Block a user