FRACTALS.8xp 3034 bytes Stores one of 11 fractals to Pic2: the Sierpinski triangle (featured in the TI manual), Sierpinski carpet, three Sierpinski jewels, dragon curve (aka the Jurassic Park fractal), Mandelbrot set, box fractal, pentagon fractal, fern fractal, and the Langton's ant cellular automaton (not a fractal, but I put it here anyway). You input the number of iterations (a couple thousand usually looks good; note that the dragon curve and Mandelbrot set don't rely on the iteration input), and wait a while for the fractal to be drawn. It takes anywhere from 30 seconds to 30 minutes, depending on the number of iterations. Like all my programs, it restores your graph settings and deletes all the variables used (except for Pic2, of course). I intend to add the Koch curve and Julia sets later.