Hi,

I would like to concatenate each item of two list together and
resulting another list.

let list1 = ["one", "two"]
let list2 = ["1", "2"]

concat(list1,list2)

resultingList = ["one1", "two2"]


Is it possible without doing for or other loop that takes too much
time.

thanks

-- 
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

Reply via email to