home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / aa_m68k_Only / NXLogo / NXLogoLibrary / help / penup < prev    next >
Encoding:
Text File  |  1992-07-09  |  606 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.