[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
PenUp                    Disables Drawing for Turtle

 PenUp;                                                               [TG/TP]

    Picks the turtle's pen "up", disabling drawing. Any movements made
    after PenUp will NOT cause any drawing.

  -------------------------------- Example ---------------------------------

           PenUp;                   { pick up pen }
           Forwd(100);              { move ahead w/out drawing }

See Also: PenDown
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson