| Overview | Module | Function | Class | Tea 3.2.5 Reference Documentation © 2009 PDM&FC |
append anObject aList
Appends a new element to the end of a list.
anObject, to the
end of the list received as the aList argument. The
list is modified in the sense that it has a new element, its length
having increased by one, as reported by the length
function.
| Overview | Module | Function | Class | Tea 3.2.5 Reference Documentation © 2009 PDM&FC |