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

  1. a1=.t.
  2. do while a1
  3. clear
  4. @ 1,1 say "╔Φ▒╕╨═║┼    ╚≤╗¼╡π▒α║┼        ╚≤╗¼╡π▓┐╬╗        ╣µ╢¿╙├╙═    ì
  5.   ╗╗╙═╓▄╞┌"
  6. l=2
  7. do while .not. eof()
  8. @ l,1 say yh1+yh2+'        '+yh3+yh5+str(yh12,6)
  9. cont 
  10. l=l+1
  11. if l>=9 .and. .not. eof()
  12. wait '░┤ú╥╝ⁿ╖╡╗╪ú¼░┤╞Σ╦ⁿ╝ⁿ╝╠╨°úí' to  pp
  13. if pp='r'
  14. retu
  15. else
  16. exit
  17. endif
  18. endif
  19. enddo 
  20. if eof()
  21. exit 
  22. endif
  23. enddo a1
  24. wait '┤≥╙í┬≡ú¿ú┘ú»ú╬ú⌐' to qq
  25. retu
  26.