Special cases for waitUntil and exitWith.

This commit is contained in:
Marvin Blum
2015-10-25 15:10:29 +01:00
parent 4848a502bb
commit abda5faff7
9 changed files with 121 additions and 5 deletions

View File

@@ -1 +1,8 @@
var x = !foo();
waituntil(x = x+1; x < 100);
if timeIsOver {
exitwith {
foo();
bar();
}
}