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

  1. sTORE 'Y' TO C
  2. use xs
  3. DO WHILE .NOT. C='N'
  4. clea
  5. a='  '
  6. b=' '
  7. @ 4,20 say "╟δ╩Σ╚δ╔Φ▒╕└α▒≡║┼" get a
  8. @ 5,20 say "╨▐└φ└α▒≡║┼" get b
  9. read
  10. loca for xs16=a .and. xs17=b
  11. if eof()
  12. @ 4,0 clea
  13. wait '         ╬▐┤╦╢¿╢εú¼░┤╚╬╥Γ╝ⁿ╖╡╗╪úí'
  14. clos data
  15. retu
  16. endif
  17. a1=.t.
  18. do while a1
  19. CLEAR
  20. @ 0,10 SAY '╟»╣ñ╣ñ╩▒ú»ú╞╗·' GET xs1 pict '##.##'
  21. @ 0,40 SAY '╡τ╣ñ╣ñ╩▒ú»ú╞╡τ' GET xs2 pict '##.##'
  22. @ 1,10 SAY '╞≡╓╪╣ñ╩▒ú»ú╞╞≡╓╪' GET xs3 pict '##.##'
  23. @ 1,40 SAY '║╕╣ñ╣ñ╩▒ú»ú╞║╕' GET xs4 pict '##.##'
  24. @ 2,10 SAY '╣▄╣ñ╣ñ╩▒ú»ú╞╣▄' GET xs5 pict '##.##'
  25. @ 2,40 SAY '╗·╝╙╣ñ╣ñ╩▒ú»ú╞╗·╝╙' GET xs6 pict '##.##'
  26. @ 3,10 SAY '╞Σ╦ⁿ╣ñ╩▒ú»ú╞╞Σ╦ⁿ' GET xs7 pict '##.##'
  27. @ 3,40 say '═ú╨¬╠∞╩²ú»ú╞╗·' get xs9 pict '###.#'
  28. @ 4,10 SAY '╘¬ú»ú╞╗·' GET xs8 pict '#####.##'
  29. @ 4,40 say '╘¬ú»ú╞╡τ' get xs10 pict '#####.##'
  30. @ 5,10 say '╘¬ú»ú╞╞≡╓╪' get xs11 pict '#####.##'
  31. @ 5,40 say '╘¬ú»ú╞║╕' get xs12 pict '#####.##'
  32. @ 6,10 say '╘¬ú»ú╞╣▄' get xs13 pict '#####.##'
  33. @ 6,40 say '╘¬ú»ú╞╗·╝╙' get xs14 pict '#####.##'
  34. @ 7,10 say '╘¬ú»ú╞╞Σ╦ⁿ' get xs15 pict '#####.##'
  35. @ 7,40 say "╔Φ▒╕└α▒≡║┼" get xs16
  36. @ 8,10 say "╨▐└φ└α▒≡║┼(┤≤╨▐1,╓╨╨▐2,╨í╨▐3,╢■▒ú4)" get xs17
  37. READ
  38. wait '╩Σ╚δ╡─╩²╛▌╒²╚╖┬≡ú¿ú┘ú»ú╬ú⌐' to w
  39. if w<>'y'
  40. loop
  41. endif
  42. exit
  43. enddo 
  44. @ 8,0 clear
  45. @ 9,20 SAY '╗╣╝╠╨°╨▐╕─┬≡ ?' GET C
  46. READ
  47. c=uppe(c)
  48. ENDDO
  49. clos data
  50. RETURN
  51.