Added for.

This commit is contained in:
Marvin Blum
2015-09-21 17:28:16 +02:00
parent 1f0730b984
commit e3b8ddc0f9
6 changed files with 44 additions and 8 deletions

View File

@@ -22,3 +22,14 @@ if (_a+_b)/2 > 10 {
myFunc(_a, _b);
myFunc(_a, _b);
var _x = 3;
switch _x {
case 1:
case 2:
somefunc(2);
default:
somefunc(3);
_x = -1;
}