Syntax

concat(*list*, *list2*, *...*)
*list*.concat(*list2*, *...*)

Examples

concat([1, 2], [3, 4])
["a", "b"].concat(["c", "d"])

→ concat

Untitled

More Info

concat · Notion Formulas · Ben Smith