I propose AppendElement() to add an element at the end of the List (or create the first element if none exist).
This would eliminate testing the size of a List before applying LastElement(), which will crash if there are no elements.
Edit: AppendList() replaced by AppendElement(), better name as proposed by DontTalkToMe; I'm currently unable to reproduce the crash which led to this Wish. Not sure that's a good thing
