home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 6 / 06.iso / b / b034 / gz.img / ╞▒╢.PRG < prev    next >
Encoding:
Text File  |  1991-06-22  |  2.2 KB  |  112 lines

  1. *╚╦├±▒╥╞▒╢ε│╠╨≥:╞▒╢ε.PRG
  2. clear
  3. set talk off
  4. hjbm=0
  5. @ 2,34 say '╥¬║╧╝╞╞▒╢ε╡─▓┐├┼'
  6. @ 3,33 say '================='
  7. @ 5,15 say '╓▒╩⌠--------------- 1'
  8. @ 5,45 say '╕ú└√--------------- 6'
  9. @ 7,15 say '═╦╨▌--------------- 2'
  10. @ 7,45 say '╙═╞ß--------------- 7'
  11. @ 9,15 say '╟░▓µ--------------- 3'
  12. @ 9,45 say '╗·─ú--------------- 8'
  13. @ 11,15 say '│σ╤╣--------------- 4'
  14. @ 11,45 say '╨┬▓·╞╖------------- 9'
  15. @ 13,15 say '▒╕┴╧--------------- 5'
  16. @ 13,45 say '╫▄╫░--------------- 10'
  17. @ 17,15 say '╫ó   ╘┌ A:┼╠(╔╧)▓σ╚δ╧α╙ª▓┐├┼╩²╛▌┐¿'
  18. @ 18,15 say '╥Γ:  ╘┌ B:┼╠(╧┬)▓σ╚δ╩²╛▌╫▄┐¿'
  19. @ 15,10 say '╟δ╩Σ╚δ╥¬║╧╝╞╡─▓┐├┼╡─▒α║┼' get hjbm
  20.      read
  21. if hjbm=1
  22.    store '╓▒╩⌠' to w1
  23.    nn=0
  24.    zje=0
  25.    do while nn<=14
  26.    nn=nn+1
  27.    do case
  28.       case nn=1
  29.            store '░∞╣½' to w2
  30.       case nn=2
  31.            store '▒ú╬└' to w2
  32.       case nn=3
  33.            store '└═╚╦' to w2
  34.       case nn=4
  35.            store '╔·╝╝' to w2
  36.       case nn=5
  37.            store '▓╞╬±' to w2
  38.       case nn=6
  39.            store '╝╝┐¬' to w2
  40.       case nn=7
  41.            store '╣⌐╧·' to w2
  42.       case nn=8
  43.            store '╓╩╝∞' to w2
  44.       case nn=9
  45.            store '╒■╣ñ' to w2
  46.       case nn=10
  47.            store '╧·╩█' to w2
  48.       case nn=11
  49.            store '╨╨╒■' to w2
  50.       case nn=12
  51.            store '▒α═Γ' to w2
  52.       case nn=13
  53.            @ 4,50 say '║╧═¼╓╞'
  54.            store '1' to w2
  55.       case nn=14
  56.            @ 4,50 say '║╧═¼╓╞'
  57.            store '2' to w2
  58.       case nn=15
  59.            @ 4,50 say '║╧═¼╓╞'
  60.            store '3' to w2
  61.    endcase
  62.    do c:╞▒╢ε1
  63.    zje=zje+zje1
  64.    enddo
  65.    @ 20,20 say '╩╡╖ó╜≡╢ε╫▄╩²:'
  66.    @ 20,33 say zje
  67.    @ 20,50 say '(╘¬)'
  68. endif
  69. if hjbm=2
  70.    store '═╦╨▌' to w1
  71.    do c:╞▒╢ε2
  72. endif
  73. if hjbm=3
  74.    store '╟░▓µ' to w1
  75.    do c:╞▒╢ε2
  76. endif
  77. if hjbm=4
  78.    store '│σ╤╣' to w1
  79.    do c:╞▒╢ε2
  80. endif
  81. if hjbm=5
  82.    store '▒╕┴╧' to w1
  83.    do c:╞▒╢ε2
  84. endif
  85. if hjbm=6
  86.    store '╕ú└√' to w1
  87.    do c:╞▒╢ε2
  88. endif
  89. if hjbm=7
  90.    store '╙═╞ß' to w1
  91.    do c:╞▒╢ε2
  92. endif
  93. if hjbm=8
  94.    store '╗·─ú' to w1
  95.    do c:╞▒╢ε2
  96. endif
  97. if hjbm=9
  98.    store '╨┬▓·╞╖' to w1
  99.    do c:╞▒╢ε2
  100. endif
  101. if hjbm=10
  102.    store '╫▄╫░' to w1
  103.    do c:╞▒╢ε2
  104. endif
  105. ?
  106. ?
  107. wait
  108. release all
  109. return
  110.  
  111.  
  112.