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

  1. clear
  2. set devi to print 
  3. set print on
  4. ? chr(27)+"IA"
  5. @ prow()+1,54 say "╒╘ß╘╒²  ╓▄├≈  ▒α"
  6. @ prow()+1,1 say "     "
  7. @ prow()+1,54 say "│┬╝╥╢º        ╨ú"
  8. @ prow()+1,1 say "  "
  9. @ prow()+1,60 say "1988.5.26."
  10. ? chr(13)
  11. set print off
  12. set device to screen
  13. retu
  14.