You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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