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

  1. clear
  2. set devi to print 
  3. set print on
  4. ? chr(27)+"IA"
  5. @ prow(),18 say "╤╨╓╞╨í╫Θ│╔╘▒ú║"
  6. @ prow()+2,26 say "╚╓╙±┬Ñ    │┬╡┬╘¬    ╒╘ß╘╒²    ═⌡│»╗╘"
  7. @ prow()+2,26 say "┴║┬ⁿ╘╞    ▐╡╜¿╬Σ    ╓▄  ├≈"
  8. ? chr(13)
  9. set print off
  10. set devi to screen 
  11. retu
  12.