= Join lines

        JOIn  { X | NX | [n[-b-s]] } [ all ]  [ .lab1 .lab2 ]

             Concatinate to lines.

            X    :conactination of excluded part.
            NX   :conactination of not-excluded part.
            n    :lines to be concatinate to a line.
            b    :repeat n lines concatination.
            s    :skip s lines after n times repeat.
            all  :in the whole of file.
                  When X or NX,
                  without all,part is serached from the current cursor
                  position.RepeatCmd(Ctl+F12) support to repeat JOI cmd
                  without changing cursor position.
            .lab :join in the range of .lab1 and .lab2.
1