mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
9 lines
99 B
Plaintext
9 lines
99 B
Plaintext
waituntil(x = x+1; x < 100);
|
|
|
|
if timeIsOver {
|
|
exitwith {
|
|
foo();
|
|
bar();
|
|
}
|
|
}
|