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

  1. clear
  2. set talk off
  3. set device to screen 
  4. xx=0
  5. a1=.t.
  6. do while a1
  7. clear
  8. @ 1,1 say "╔Φ▒╕▒α║┼ ╔Φ▒╕├√│╞      ╔Φ▒╕╨═║┼            ╔Φ▒╕╣µ╕±  ì
  9.           ╓╞╘∞│º"
  10. l=2
  11. do while .not. eof()
  12. @ l,1 say sb1+sb3+sb4+sb5+sb8
  13. xx=xx+1
  14. cont 
  15. l=l+1
  16. if l>=9 .and. .not. eof()
  17. wait '░┤ú╥╝ⁿ╖╡╗╪ú¼░┤╞Σ╦ⁿ╝ⁿ╝╠╨°úí' to qq
  18. if qq='r'
  19. retu
  20. else
  21. exit
  22. endif
  23. endif
  24. endif
  25. enddo
  26. if eof()
  27. exit
  28. endif
  29. enddo a1
  30. @ l,1 say "╫▄╣▓╙╨"+BT+'╔Φ▒╕'+str(xx,6)+"╠¿"
  31. wait '┤≥╙í┬≡ú¿ú┘ú»ú╬ú⌐' to w
  32. retu
  33. endif
  34.  
  35.  
  36.  
  37.