home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 6 / 06.iso / b / b034 / gz.img / CBHS-8B.PRG < prev    next >
Encoding:
Text File  |  1980-01-03  |  2.1 KB  |  71 lines

  1. set talk off
  2. dimension xg(1,64)
  3. clear
  4. store '44╨═╓╨╜╙═╖   ' to xg(1)
  5. store '44╨═╔╧╜╙═╖   ' to xg(2)
  6. store '404┴ó╣▄      ' to xg(3)
  7. store '404╟░╣▄      ' to xg(4)
  8. store '404═Σ╣▄      ' to xg(5)
  9. store '408╧┬╣▄      ' to xg(6)
  10. store '408╧┬╜╙═╖    ' to xg(7)
  11. store '408╨═╬▓▓µ    ' to xg(8)
  12. store '408╓╨╜╙═╖    ' to xg(9)
  13. store '60╓╨╜╙═╖     ' to xg(10)
  14. store '408╨═╔╧┴ó╣▄╖ ' to xg(11)
  15. store '408(3)╔╧┴ó║╕ ' to xg(12)
  16. store '408(3)╬▓▓µ   ' to xg(13)
  17. store '08╧┬╜╙═╖     ' to xg(14)
  18. store '08╨═╔╧┴ó╣▄║╕ ' to xg(15)
  19. store '44╨═╬▓▓µ     ' to xg(16)
  20. store '44╧┬╜╙═╖     ' to xg(17)
  21. store '44║≤╜╙═╖     ' to xg(18)
  22. store '07╨═│╡░╤╜╙═╖ ' to xg(19)
  23. store '07╔╧┴ó╣▄     ' to xg(20)
  24. store '             ' to xg(21)
  25. store '97╔╧┴ó╣▄     ' to xg(22)
  26. store '97╬▓▓µ       ' to xg(23)
  27. store '╧▀┬δ         ' to xg(24)
  28. store '*************' to xg(25)
  29. store '*************' to xg(26)
  30. store '*************' to xg(27)
  31. store '*************' to xg(28)
  32. store '*************' to xg(29)
  33. store '*************' to xg(30)
  34. store '*************' to xg(31)
  35. store '*************' to xg(32)
  36. store '*************' to xg(33)
  37. store '*************' to xg(34)
  38. store '*************' to xg(35)
  39. store '*************' to xg(36)
  40. store '*************' to xg(37)
  41. store '*************' to xg(38)
  42. store '*************' to xg(39)
  43. store '*************' to xg(40)
  44. store '*************' to xg(41)
  45. store '*************' to xg(42)
  46. store '*************' to xg(43)
  47. store '*************' to xg(44)
  48. store '*************' to xg(45)
  49. store '*************' to xg(46)
  50. store '*************' to xg(47)
  51. store '*************' to xg(48)
  52. store '*************' to xg(49)
  53. store '*************' to xg(50)
  54. store '*************' to xg(51)
  55. store '*************' to xg(52)
  56. store '*************' to xg(53)
  57. store '*************' to xg(54)
  58. store '▒╛╘┬╖ó╔·╩²   ' to xg(55)
  59. store '╘┬─⌐╥╤┴∞─⌐╙├ ' to xg(56)
  60. store '╫¬╧·╗┘       ' to xg(57)
  61. store '╫¿╧ε╣ñ│╠╓º│÷ ' to xg(58)
  62. store '╫¬╕≈│╡╝Σ     ' to xg(59)
  63. store '╫¬╫█║╧╫Θ     ' to xg(60)
  64. store 'xxxxxxxxxxxxx' to xg(61)
  65. store 'xxxxxxxxxxxxx' to xg(62)
  66. store 'xxxxxxxxxxxxx' to xg(63)
  67. store 'xxxxxxxxxxxxx' to xg(64)
  68. save to a:cpmck2.mem
  69. set talk on
  70.  
  71.