home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 6 / 06.iso / b / b077 / 1.img / SBGL.ZIP / BB.PRG < prev    next >
Encoding:
Text File  |  1980-01-01  |  549 b   |  29 lines

  1. clear
  2. set talk off
  3. set device to screen
  4. close database
  5. a1=.t.
  6. do while a1
  7. clear
  8. @ 2,10 say "************************╕≈╓╓▒¿▒φ**************************"
  9. @ 3,10 say " ú░ú«═╦│÷                     ú▒ú«╕≈╧ε┐Γ┤µ╓╕▒Ω"
  10. @ 4,10 say " ú▓ú«░┤╔Φ▒╕▓Θ▒╕╝■┴∞╙├╟Θ┐÷  ì
  11.    ú│ú«░┤╣ñ╫≈┴ε║┼▓Θ▒╕╝■┴∞╙├╟Θ┐÷"
  12.  
  13. @ 5,10 say ì
  14. "**********************************************************"
  15. wait '          ╟δ╩Σ╚δ╤í╘±║┼(0,1,2):' to w
  16. do case 
  17. case w='0'
  18. retu
  19. case w='1'
  20. do x1.prg
  21. case w='2'
  22. do x2.prg
  23. case w='3'
  24. do x3.prg
  25. endcase 
  26. enddo a1
  27. a1=.t.
  28. retu
  29.