mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 03:50:25 +00:00
Special cases for waitUntil and exitWith.
This commit is contained in:
3
test/parser_exitwith.asl
Normal file
3
test/parser_exitwith.asl
Normal file
@@ -0,0 +1,3 @@
|
||||
exitwith {
|
||||
// ...
|
||||
}
|
||||
1
test/parser_waituntil.asl
Normal file
1
test/parser_waituntil.asl
Normal file
@@ -0,0 +1 @@
|
||||
waituntil(x = x+1; x < 100);
|
||||
Reference in New Issue
Block a user