home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 6 / 06.iso / b / b077 / 1.img / SBGL.ZIP / TTT.PRG < prev    next >
Encoding:
Text File  |  1979-12-31  |  490 b   |  24 lines

  1. clear
  2. set talk off
  3. set device to screen 
  4. a2=.t.
  5. do while a2
  6. clear
  7. @ 3,10 say ì
  8. "**********************╬≈╒√│º╔Φ▒╕╣▄└φ╫┤┐÷*********************"
  9. @ 4,10 say " ú░ú«═╦│÷                         ú▒ú«▒╛─Ω╢╚╔Φ▒╕╣▄└φ╟Θ┐÷"
  10. @ 5,10 say " ú▓ú«└·─Ω╔Φ▒╕╣▄└φ╟Θ┐÷"   
  11. @ 6,10 say ì
  12. "*************************************************************"
  13. wait '           ╟δ╤í╘±╩Σ╚δ║┼(0,1,2):' to qq
  14. do case 
  15. case qq='0'
  16. exit
  17. case qq='1'
  18. do tx3.prg
  19. case qq='2'
  20. do tx4.prg
  21. endcase 
  22. enddo a2
  23. retu
  24.