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

  1. clear
  2. set talk off
  3. set device to screen 
  4. a1=.t.
  5. do while a1
  6. clear
  7. @ 2,15 say "**********************╫¿╝╥╞└╣└***********************"
  8. @ 3,15 say "  ú░ú«═╦│÷                ì
  9.   ú▒ú«┤≥╙í╕≈╧ε╓╕▒Ω▒╚╓╪╚╖╢¿▒φ" 
  10. @ 4,15 say "  ú▓ú«┤≥╙í╕≈╧ε╨╘─▄╞└╖╓▒φ    ú│ú«╩Σ╚δ╕≈╧ε╨╘─▄▒╚╓╪╖╓"
  11. @ 5,15 say "  ú┤ú«╕≈╧ε╨╘─▄▒╚╓╪╝╞╦π      ú╡ú«╩Σ╚δ╕≈╧ε╨╘─▄╡├╖╓"
  12. @ 6,15 say "  ú╢ú«┤≥╙í╫¿╝╥╞└╖╓╜ß╣√"
  13. @ 7,15 say "****************************************************"
  14. wait '               ╟δ╩Σ╚δ╤í╘±║┼(0,1,2,3,4,5,6):'  to w
  15. do case 
  16. case w='0'
  17. retu
  18. case w='1'
  19. do hfx1
  20. case w='2'
  21. do hfx2
  22. case w='3'
  23. do hfx6
  24. case w='4'
  25. do hfx3
  26. case w='5'
  27. do hfx5
  28. case w='6'
  29. do hfx4
  30. endcase
  31. enddo 
  32.  
  33.