Re: Discuss changing the behaviour of append()
- Posted by jimcbrown (admin) Jun 07, 2014
- 5273 views
DerekParnell said...
Currently this is illegal ...
sequence x x = append(1,2)
We get the error message ...
first argument of append must be a sequenceWould it be a bad thing to remove this restriction such that when appending to an atom, Euphoria would automatically build a new sequence? This would be similar to how concatenation works.
Agreed. Let's do this.

