This program allows generating generic IFS fractals. setup the sPattern string to indicate the path to follow: Ex: T+F-F-F+B T = Draw a straight line (associated with the Size variable) F = Draw a fractal iteration (pen back at start position after drawing this instruction) B = Back from one step (reverse from T) + = Rotate counter clockwise (related to the angle variable) - = Rotet clockwise (related to the angle variable) Examples of interesting patterns : T+F-F-F+B draws trees T+F-FB draws half a tree T+F-TBB draws a branch T+F-T-F+TBBB : draws asymetric tree