home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / sharew / logo / doslogo / help / penup.hlp < prev    next >
Encoding:
Text File  |  1990-06-11  |  617 b   |  10 lines

  1. penup  -- Command, no inputs.  Abbreviation: pu
  2.      This command tells the turtle to raise its pen from the paper, so that
  3.      it  does  not leave a trace when it moves.  In the case of the display
  4.      turtle, there is no physical pen to move mechanically, but the  effect
  5.      is the same: any forward or back commands after this point do not draw
  6.      a line.  The floor turtle starts with its pen up; the  display  turtle
  7.      starts with its pen down.  Note: the floor turtle will not move on the
  8.      carpet correctly with its pen down; put it on a smooth surface if  you
  9.      want to draw pictures.
  10.