home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / d / doslogo.zip / LOGOHLP.ZIP / PX.HLP < prev    next >
Text File  |  1990-06-11  |  532b  |  9 lines

  1. penreverse  -- Command, no inputs.  Abbreviation: px
  2.      This command tells the display turtle to lower  its  "reversing  pen";
  3.      thereafter,  when  the turtle moves, it turns on any points which were
  4.      off, and turns off any points which were on.  The commands penup, pen-
  5.      down,  penerase,  and penreverse are mutually exclusive; whichever was
  6.      most recently used is  the  one  which  affects  the  turtle.   (Note:
  7.      Graphics  terminals which cannot penreverse will treat this command as
  8.      pendown.)
  9.