upvote
That one is built in:

  sum([1, 2, 3]) == 6
reply
Maybe the closest is 'join' similar to `",".join([...])`? If we could replace the string with an operator
reply