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

  1. clear
  2. set talk off
  3. set device to screen
  4. clos data
  5. use xs
  6. a1=.t.
  7. do while a1
  8. clear
  9. k1=' '
  10. k2='  '
  11. k3='     '
  12. k4='     '
  13. k5='     '
  14. k6='     '
  15. k7='     '
  16. k8='     '
  17. k9='     '
  18. k10='        '
  19. k11='        '
  20. k12='        '
  21. k13='        '
  22. k14='        '
  23. k15='        '
  24. k16='        '
  25. k17='     '
  26. a2=.t.
  27. do while a2
  28. clear
  29. @ 0,1 say "╨▐└φ└α▒≡(┤≤╨▐ú▒ú¼╓╨╨▐ú▓ú¼╨í╨▐ú│ú¼╢■▒úú┤)" get k1
  30. @ 0,50 say "╔Φ▒╕└α╩⌠" get k2
  31. @ 1,1 say "╟»╣ñ╣ñ╩▒ú»ú╞╗·" get k3 pict '##.##'
  32. @ 1,50 say "╡τ╣ñ╣ñ╩▒ú»ú╞╡τ" get k4 pict '##.##'
  33. @ 2,1 say "╞≡╓╪╣ñ╩▒ú»ú╞╞≡╓╪" get k5 pict '##.##'
  34. @ 2,50 say "║╕╣ñ╣ñ╩▒ú»ú╞║╕" get k6 pict '##.##'
  35. @ 3,1 say "╣▄╣ñ╣ñ╩▒ú»ú╞╣▄"get k7 pict '##.##'
  36. @ 3,50 say "╗·╝╙╣ñ╣ñ╩▒ú»ú╞╗·╝╙" get k8 pict '##.##'
  37. @ 4,1 say "╞Σ╦ⁿ╣ñ╩▒ú»ú╞╞Σ╦ⁿ" get k9 pict '##.##'
  38. @ 4,50 say "═ú╨¬╠∞╩²ú»ú╞╗·" get k17 pict '###.#'
  39. @ 5,1 say "╘¬ú»ú╞╗·" get k10 pict '#####.##'
  40. @ 5,50 say "╘¬ú»ú╞╡τ" get k11 pict '#####.##'
  41. @ 6,1 say "╘¬ú»ú╞╞≡╓╪" get k12 pict '#####.##'
  42. @ 6,50 say "╘¬ú»ú╞║╕" get k13 pict '#####.##'
  43. @ 7,1 say "╘¬ú»ú╞╣▄" get k14 pict '#####.##'
  44. @ 7,50 say "╘¬ú»ú╞╗·╝╙" get k15 pict '#####.##'
  45. @ 8,1 say "╘¬ú»ú╞╞Σ╦ⁿ" get k16 pict '#####.##'
  46. read 
  47. wait "╩Σ╚δ╡─╩²╛▌ú║╒²╚╖ú┌ú¼╓╪╨▐╕─ú╪ú¼╖╡╗╪ú╥ú║" to w
  48. do case 
  49. case w='r'
  50. retu
  51. case w='x'
  52. loop
  53. case w='z'
  54. k3=val(k3)
  55. k4=val(k4)
  56. k5=val(k5)
  57. k6=val(k6)
  58. k7=val(k7)
  59. k8=val(k8)
  60. k9=val(k9)
  61. k10=val(k10)
  62. k11=val(k11)
  63. k12=val(k12)
  64. k13=val(k13)
  65. k14=val(k14)
  66. k15=val(k15)
  67. k16=val(k16)
  68. k17=val(k17)
  69. appe blank
  70. repl xs17 with k1,xs16 with k2,xs1 with k3,xs2 with k4,xs3 with ì
  71. k5,xs4 with k6,xs5 with k7,xs6 with k8,xs7 with k9,xs8 with k10
  72. repl xs10 with k11,xs11 with k12,xs12 with k13,xs13 with k14,xs14 ì
  73. with k15,xs15 with k16,xs9 with k17
  74. endcase
  75. exit
  76. enddo a2
  77. wait '╗╣╩Σ╚δ┬≡ú¿ú┘ú»ú╬ú⌐' to w
  78. if w<>'y'
  79. clos data
  80. retu
  81. endif
  82. enddo a1
  83.