3981,3984c3981,3984 < x = firstval\n\ < while 1:\n\ < yield x\n\ < x += step\n"); --- > x = firstval\n\ > while 1:\n\ > yield x\n\ > x += step\n");