1mNAME0m
       concat - Join lists together

1mSYNOPSIS0m
       1mconcat 22m?4marg24m 4marg24m 4m...24m?


1mDESCRIPTION0m
       This  command treats each argument as a list and concatenates them into
       a single list.  It also eliminates leading and trailing spaces  in  the
       4marg24m's  and adds a single separator space between 4marg24m's.  It permits any
       number of arguments.  For example, the command
              1mconcat a b {c d e} {f {g h}}0m
       will return
              1ma b c d e f {g h}0m
       as its result.

       If no 4marg24ms are supplied, the result is an empty string.


1mSEE ALSO0m
       append(n), eval(n)


1mKEYWORDS0m
