| aa_macro syntax |
| aa_macro source |
| HTML source |
| HTML render |
Key
|
|
§ 4.52 - [ljoin] Built-In
Mnemonic 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] , [remove] 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
This manual was generated with wtfm on
February
18th,
2026 at 12:52 MT
wtfm uses aa_macrov3 and SqLite
aa_macrov3 uses Python 3
|
|