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

5 lines
35 B
Plaintext

10 goto 30
20 stop
30 echo yes
run