append element
Synopsis:
(append element element
to list)
(append element element
to list
of entity)
Description:
Appends the element
element to the list
list.
Example:
Let the property "myList" be the list ["b", "d"].
After executing:
(append element "a" to "myList")
the list "myList" will be ["b", "d", "a"]
Contact:
Fulvio Frapolli (
fulvio . frapolli //at// unifr . ch),
Amos Brocco (
amos . brocco //at// unifr . ch)
* Remove spaces and replace //at// with @