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

  1. clear
  2. set talk off
  3. set device to screen 
  4. a1=.t.
  5. do while a1
  6. clear
  7. @ 2,10 say "********************╔Φ▒╕║≤╞┌╣▄└φ******************"
  8. @ 3,10 say "ú░ú«═╦│÷                      ú▒ú«╫¿╝╥╞└╣└"
  9. @ 4,10 say "ú▓ú«╙Φ▓Γ╨═╛¡╝├╖╓╬÷            ú│ú«╩╡╝∙╨═╛¡╝├╖╓╬÷"
  10. @ 5,10 say "**************************************************"
  11. wait '           ╟δ╩Σ╚δ╤í╘±║┼(0,1,2,3):' to w
  12. do case 
  13. case w='0'
  14. retu
  15. case w='1'
  16. do hfx0
  17. case w='2'
  18. do jfx
  19. case w='3'
  20. do jc
  21. endcase 
  22. enddo 
  23. retu
  24.