union

  • Name: union

  • Description: Joins several items of the same type

  • Parameters: union(... parameters, ...)

  • Example: x->union(list { 1, 2, 3 }, list { 4, 5, 6 })[rem(floor(x), 5)+3]