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

  1. clear
  2. set talk off
  3. set cons off
  4. set device to print 
  5. p=1
  6. do while p<=3
  7. set print on
  8. ? chr(27)+"IL"
  9. set print off
  10. @ 1,16 say "╩²╛▌┐Γ╜ß╣╣▒φ"
  11. @ prow(),65 say "╩²╛▌┐Γ╜ß╣╣▒φ"    
  12. set print on
  13. ? chr(27)+"IA"
  14. set print off
  15. @ prow()+1,1 say "             "
  16. @ prow()+1,1 say "┐Γ├√ú║                   ┐Γ┤·║┼ú║"
  17. @ prow(),100 say "┐Γ├√ú║                  ┐Γ┤·║┼ú║"
  18. @ prow()+1,1 say ì
  19. "==============================================================="
  20. @ prow(),100 say ì
  21. "==============================================================="
  22. @ prow()+1,1 say "|╨≥║┼| ╫╓    ╢╬    ├√ |╫╓╢╬└α╨═|╫╓╢╬│ñ╢╚|╨í╩²╬╗|╫╓ ╢╬ ├√ ì
  23. ║¼ ╥σ|"
  24. @ prow(),100 say "|╨≥║┼| ╫╓    ╢╬    ├√ |╫╓╢╬└α╨═|╫╓╢╬│ñ╢╚|╨í╩²╬╗|╫╓ ╢╬ ├√ ì
  25. ║¼ ╥σ|"
  26. @ prow()+1,1 say ì
  27. "|----|----------------|--------|--------|------|--------------|"
  28. @ prow(),100 say ì
  29. "|----|----------------|--------|--------|------|--------------|"
  30. l=1
  31. do while l<=22
  32. @ prow()+1,1 say "|    |                |        |        |      |          ì
  33.     |"
  34. @ prow(),100 say "|    |                |        |        |      |          ì
  35.     |"
  36. if l=22
  37. @ prow()+1,1 say ì
  38. "==============================================================="
  39. @ prow(),100 say ì
  40. "==============================================================="
  41. else
  42. @ prow()+1,1 say ì
  43. "|----|----------------|--------|--------|------|--------------|"
  44. @ prow(),100 say ì
  45. "|----|----------------|--------|--------|------|--------------|"
  46. endif
  47. l=l+1
  48. enddo
  49. p1=1
  50. do while p1<=5
  51. @ prow()+1,1 say "                   "
  52. p1=p1+1
  53. enddo
  54. p=p+1
  55. set print on
  56. ? chr(13)
  57. set print off
  58. set cons on
  59. retu
  60.  
  61.  
  62.