Added foreach (called "each").

This commit is contained in:
Marvin Blum
2015-09-21 17:42:42 +02:00
parent e3b8ddc0f9
commit a53f052be8
5 changed files with 37 additions and 22 deletions

View File

@@ -1,7 +1,3 @@
for var _x = 5; _x < 5; _x = _x+1; {
printSomething("nice");
printSomething("nice");
printSomething("nice");
printSomething("nice");
printSomething("nice");
each array {
foo(_x);
}