This commit is contained in:
Marvin Blum
2015-10-28 18:08:08 +01:00
parent bba215cd8d
commit 0b26c5bdf8
3 changed files with 11 additions and 10 deletions

View File

@@ -1,4 +1,3 @@
switch x {
case 1:
x = 1;
func myFunc(a, b) {
// ...
}