= ;  行コマンド. (TextFlow パラグラフ無視)

        .;[n][,m][.i]
         n は行数で xx-xx[n]の形式はありません。mは整列幅(TFLowコマンドのwidthパラメータに同じ),
         iはインデンテーションを全パラグラフ同じにしたい時に指定します(TFlowコマンドのInパラメータに同じ)
        .;n指定のn行あるいは;;-;;の範囲の行をパラグラフ整形します。
        .":"と";"はTFLowコマンドのNOPオプションの有無の違いです。 (";"=":"+NOP)

        .例-01。幅指定有り

            col    |....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
            *******|********** TOP OF FILE *********************************************************
            0001000|//*CID://+NONER~:    option=(f80,p0) update#=    3;
            ;6,40  |      added this part to test the behavior of the bnds
            0003000|        cmommand for
            0004000|        xe. i use bnds to format paragraphs
            0005000|     so the breakes are nice.
            0006000|     *                                                                 *   CL114
            0007000|     *   JOB stream:   job name  proc name  program run frequency      *   CL114
            0008000*     *                 --------  AAAAAA     weekly.                    *   CL114
            0009000|     *=================================================================*   CL114

        ===> .i(インデンテーション)の指定がない場合最初の行のインデンテーションが使用されます。
             パラグラフ境界意識せずにどんどんつめていきます。

            col    |....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
            *******|********** TOP OF FILE *********************************************************
            0001000|//*CID://+NONER~:    option=(f80,p0) update#=    3;
            0002000*      added this part to test the
            0003000*      behavior of the bnds cmommand for
            0004000*      xe. i use bnds to format
            0005000*      paragraphs so the breakes are
            0006000*      nice.  *
            0007000*      *   CL114 *   JOB stream:   job
            0007100*      name  proc name  program run
            0007200*      frequency      *   CL114
            0008000*     *                 --------  AAAAAA     weekly.                    *   CL114
            0009000|     *=================================================================*   CL114