home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 6 / 06.iso / b / b077 / 1.img / SBGL.ZIP / CR.PRG < prev    next >
Encoding:
Text File  |  1979-12-31  |  1.1 KB  |  60 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. @ 1,10 say "*******************│÷╚δ┐Γ╣▄└φ*********************"
  9. @ 2,10 say " ú░ú«═╦│÷                        ú▒ú«▒╕╝■╚δ┐Γ"
  10. @ 3,10 say " ú▓ú«▒╕╝■│÷┐Γ                    ú│ú«▒╕╝■╗╪╩╒"
  11. @ 4,10 say " ú┤ú«╨┬▒╕╝■╡─╚δ┐Γ                ú╡ú«╩Σ╚δ╔Φ▒╕▒╕╝■├≈╧╕"
  12. @ 5,10 say " ú╢ú«╔Φ▒╕▒╕╝■╡─╨▐╕─,╔╛│²╝░▓Θ╤»   ú╖ú«┤ó▒╕╢¿╢ε╡─╨▐╕─"
  13. @ 6,10 say " ú╕ú«╜¿┴ó╣⌐╗⌡╡Ñ╬╗┤·║┼┐Γ          ú╣ú«▒¿╖╧▒╕╝■╡─┤ª└φ"
  14. @ 7,10 say "**************************************************"
  15. wait '          ╟δ╩Σ╚δ╤í╘±║┼(0,1,2,3,4,5,6,7,8,9):' to w
  16. do case 
  17. case w='0'
  18. retu
  19. case w='9'
  20. do cl
  21. case w='1'
  22. do rk.prg
  23. case w='2'
  24. do ck.prg
  25. case w='3'
  26. do hs.prg
  27. case w='4'
  28. do xr.prg
  29. case w='5'
  30. do bs1.prg
  31. case w='6'
  32. do bs2.prg
  33. case w='7'
  34. do bs3.prg
  35. case w='8'
  36. use gh 
  37. set index to gh1
  38. a1=.t.
  39. do while a1
  40. clear
  41. a='  '
  42. b='                    '
  43. clear
  44. @ 4,20 say "╣⌐╗⌡╡Ñ╬╗┤·║┼" get a
  45. @ 5,20 say "╣⌐╗⌡╡Ñ╬╗├√│╞" get b
  46. read
  47. appe blank
  48. repl gh1 with a,gh2 with b
  49. wait '╗╣╩Σ╚δ┬≡ú¿ú┘ú»ú╬ú⌐' to w
  50. if w<>'y'
  51. use 
  52. exit
  53. endif
  54. enddo
  55. endcase 
  56. enddo a1
  57. a1=.t.
  58. retu
  59.  
  60.