                                                                separate
Chapter 9 Input Modes

Activates the separate mode for separating touching lines.

separate

    Activates the separate mode for separating touching lines.
     
         separate

    Activates the separate mode.  This function turns pixels off in a straight,
    unit-width line between x,y coordinate pairs provided by the start command
    and the continue command (or the increment and decrement commands, which
    behave the same as the continue command).
    ___________________________________________________________________________
    Options/arguments:

    None
    ___________________________________________________________________________
    Example(s):

    To separate the pixels lying between a position identified as x=79 and y=90
    and another position defined as x=76 and y=100, enter:
     
         separate
         start 79 80
         continue 76 100
    ___________________________________________________________________________
    See also:

              connect
    ___________________________________________________________________________
