home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 6 / 06.iso / b / b034 / xy.img / S4 / LX1.PRG < prev    next >
Encoding:
Text File  |  1980-01-01  |  308 b   |  12 lines

  1.  
  2. SET DEVICE TO PRINT
  3. SET PRINT ON
  4. @ PROW()+1,8 SAY "                "
  5. @ PROW()+1,8 SAY "`%2@N`─╨─╨─╨─╨`%1`"
  6. @ PROW()+1,8 SAY "`@I`├½├½├½├½`&17`"
  7. @ PROW()+1,8 SAY " ║║║║║║║⌐⌐ª⌐ª⌐ª"
  8. @ PROW()+1,8 say "╕─╕─╕─╕─ ⌐ª⌐ª⌐ª⌐ª`%2@N`"
  9. @ PROW()+1,8 SAY "                  "
  10. SET PRINT OFF
  11. set device to screen
  12.