home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 6 / 06.iso / b / b034 / gz.img / ╫█║╧.PRG < prev    next >
Encoding:
Text File  |  1989-01-17  |  1.0 KB  |  41 lines

  1. *╫█║╧╞╜║Γ╝╞╦π╫╙│╠╨≥:╫█║╧.PRG
  2. set talk off
  3. clear
  4. @ 10,20 say '╟δ╘┌ B:┼╠▓σ╚δ╩²╛▌╫▄┐¿'
  5. ?
  6. ?
  7. wait
  8. use b:zgz
  9. sum all ╚╦╩²,╗∙▒╛╣ñ╫╩,╩┬╝┘,▓í╝┘,┴╕▓ε,╬∩╠∙,╥╣▓═,▓╣╖ó,▓╣│╡╖╤,╚²╠∙,▒ú╜í,╟σ╥√,╕í╢» to rs,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11,h12 for ╦∙╙╨╓╞<>'╚½,║╧'
  10. sum all ╥⌐╖╤,╖┐╫Γ,═╨╖╤,┐█│╡╖╤,┤ó╜≡,╡µ┐ε,╣·┐Γ,▒ú╧╒,╩╡╖ó╩² to h14,h15,h16,h17,h18,h19,h20,h21,h23 for ╦∙╙╨╓╞<>'╚½,║╧'
  11. h13=h1-h2-h3+h4+h5+h6+h7+h8+h9+h10+h11+h12
  12. h22=h14+h15+h16+h17+h18+h19+h20+h21
  13. pxs=h13-h22
  14. use b:pes
  15. sum all ╩╡╖ó╩² to sfs
  16. h221=str(h23,9,2)
  17. pxs1=str(pxs,9,2)
  18. sfs1=str(sfs,9,2)
  19. clear
  20. @ 08,15 say '╫▌╧≥╩╡╖ó╩²:  '+h221
  21. @ 10,15 say '║ß╧≥╩╡╖ó╩²:  '+pxs1
  22. @ 12,15 say '╞▒╢ε╩╡╖ó╩²:  '+sfs1
  23. if h221=pxs1.and.h221=sfs1
  24.    @ 15,20 say '**************************'
  25.    @ 16,20 say '* ╫▌║ß╞╜║Γ OK;┐╔╜°╨╨┤≥╙í *'
  26.    @ 17,20 say '**************************'
  27.    ?
  28.    wait
  29. endif
  30. if h221<>pxs1.or.h221<>sfs1
  31.    @ 15,20 say '*********************'
  32.    @ 16,20 say '* ╫▌║ß▓╗╞╜║Γ;╟δ╕┤▓Θ *'
  33.    @ 17,20 say '*********************'
  34.    ?
  35.    wait
  36. endif
  37. use
  38. release all
  39. return
  40.  
  41.