CSE320/hw4/rsrc/goto_test.mush

5 lines
35 B
Plaintext
Raw Normal View History

10 goto 30
20 stop
30 echo yes
run