2018-02-12 11:23:59 -05:00

11 lines
90 B
Plaintext

set a 0
do
set a (a + 1)
delay 1
while (a < 100)
if (a == 100)
print "All good!"
end