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

  1. set talk off
  2. do while .t.
  3. clear
  4. @ 2,5 say '****************************╛¡╝├╖╓╬÷*************************'
  5. @ 3,7 say '     ú░ú«═╦    │÷                 ú▒ú«┤≥╙í╔Φ▒╕═╢╫╩╙Φ▓Γ┐╒▒φ'
  6. @ 4,7 say '     ú▓ú«╝╞╦π┤≥╙í╔Φ▒╕═╢╫╩╙Φ▓Γ▒φ   ú│ú«┤≥╙í▓·╞╖│╔▒╛╙Φ▓Γ┐╒▒φ'
  7. @ 5,7 say '     ú┤ú«╝╞╦π┤≥╙í▓·╞╖│╔▒╛╙Φ▓Γ▒φ   ú╡ú«┤≥╙í└√╚≤╙Φ▓Γ┐╒▒φ'
  8. @ 6,7 say '     ú╢ú«╝╞╦π┤≥╙í└√╚≤╙Φ▓Γ▒φ'
  9. @ 7,5 say '**************************************************************'
  10. wait '       ╟δ╩Σ╚δú¿0,1,2,3,4,5,6ú⌐:' to h
  11. do case
  12. case h='0'
  13.      retu
  14. case h='1'
  15.      do c:xfx1
  16. case h='2'
  17.      do c:xfx2
  18. case h='3'
  19.      do c:xfx3
  20. case h='4'
  21.      do c:xfx4
  22. case h='5'
  23.      do c:xfx5            
  24. case h='6'
  25.      do c:xfx6
  26. otherwise
  27. clear
  28. @ 3,24 say '==================='
  29. @ 4,24 say ' ╩Σ╚δ┤φ╬≤,╟δ─·╓╪└┤'
  30. @ 5,24 say '==================='
  31. wait  ' '
  32. endcase
  33. enddo
  34. retu
  35.  
  36.