Search

concat() ex 1

Formula Example Supporter
description
Combining two lists of numbers into a single list.
example tags
formula
concat([1, 2], [3, 4])
linked blog post
results
1,2,3,4