home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 6 / 06.iso / b / b077 / 1.img / SBGL.ZIP / DX6.PRG < prev    next >
Encoding:
Text File  |  1980-01-01  |  395 b   |  25 lines

  1. a1=.t.
  2. do while a1
  3. clear
  4. @ 1,1 say "╧▀┬╖▒α║┼  ╧▀┬╖├√│╞   ╣µ╕±            ╩╘╤Θ╡τ╤╣  ╩╘╤Θ╓▄╞┌     ░▓╫░╡╪╡π "
  5. l=2
  6. do while .not. eof() 
  7. @ l,1 say dx7+dx1+dx2+dx6+"     "+str(dx5,4)+"  "+dx12
  8. l=l+1
  9. skip
  10. if l>9 .and. .not. eof()
  11. wait '░┤ú╥╝ⁿ╖╡╗╪ú¼╞Σ╦ⁿ╝ⁿ╝╠╨°úí' to ww
  12. if ww='r'
  13. retu
  14. else 
  15. exit 
  16. endif
  17. endif
  18. enddo
  19. if eof()
  20. exit 
  21. endif
  22. enddo 
  23. wait '┤≥╙í┬≡ú¿ú┘ú»ú╬ú⌐' to pp
  24. retu
  25.