Official ZPE/YASS documentationlist_join
list_join (list l1, list l2) ⇒ list
Joins two lists, l1 and l2, and returns the joint lists.
First available: Version 1.3.3
list_join (list l1, list l2) ⇒ list
Joins two lists, l1 and l2, and returns the joint lists.
Where to search
There are no comments on this page.