§ 4.51 - [ljoin] Built-InMnemonic aid: ljoin for List JOIN See also: [aisort] , [append] , [asort] , [clearl] , [cmap] , [dlist] , [e] , [hmap] , [isort] , [lcc] , [lcopy] , [lhsort] , [list] , [llen] , [lpop] , [lset] , [lslice] , [lsplit] , [lsub] , [ltol] and [translate] Generates content with each list item joined by the joinContent. The list is not modified: Note: You can also do this with the inter=INT option of [dlist] , plus it has an ntl=NTL option that lets you alter the next to last and last interspersion for grammatical purposes.
[ljoin listName,joinContent] [list list1,a,b,c,d] [ljoin list1,-] a-b-c-d
a-b-c-d
Other built-ins used here: [list]
Keyboard Navigation
, Previous Page . Next Page t TOC i Index |