CSE320/hw4/rsrc/loop2.mush
2022-03-27 16:45:17 -04:00

9 lines
87 B
Plaintext

10 set x = 1
20 echo #x
25 sleep 1
30 set x = !#x
35 echo #x
40 sleep 1
50 goto 10
run