home *** CD-ROM | disk | FTP | other *** search
- [start]
-
- a$ = ""
-
- while a$ <> "EOD"
- read a$
- if a$ <> "EOD" then print a$
- wend
-
- input r$
-
- if flag = 0 then restore [two] : flag = 1 : goto [start]
- flag = 0 : restore [one] : goto [start]
-
- [one]
- data this, is, not, "the end", EOD
- [two]
- data of, the, world, !!!!, EOD
-
-