change — Changes a list
list change (
)
LIST
value
DO NOT use this yet. Its for a special requst, not for common use!!! changes the list LIST adds a new element
change ([1, 4], 8) -> [1, 4, 8]