Add Support for + operator with lists. The result will combine the two lists together, adding the values in the right list to the end of the list on the left.
Modify Send <- operator to append values to list, including other lists (right now, send will concat lists if the right side of the expression is a list).
Add Support for
+
operator with lists. The result will combine the two lists together, adding the values in the right list to the end of the list on the left.Modify Send
<-
operator to append values to list, including other lists (right now, send will concat lists if the right side of the expression is a list).