home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l074 / 1.ddi / BOX.TRU < prev    next >
Encoding:
Text File  |  1984-12-19  |  148 b   |  8 lines

  1. ! Draw a box.
  2. !
  3. SET WINDOW -14, 14, -10, 10     ! 0,0 is center of window
  4.  
  5. BOX LINES -5, 5, -5, 5          ! 5*2 is length of each side
  6.  
  7. END
  8.