mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
Issue #2.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
waituntil(x = x+1; x < 100);
|
||||
var array = [1, 2, 3];
|
||||
var x = array[0];
|
||||
|
||||
if timeIsOver {
|
||||
exitwith {
|
||||
foo();
|
||||
bar();
|
||||
}
|
||||
if array[1] == 2 {
|
||||
foo();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user