Files
asl/in/simple.asl
2015-10-25 15:10:29 +01:00

9 lines
99 B
Plaintext

waituntil(x = x+1; x < 100);
if timeIsOver {
exitwith {
foo();
bar();
}
}