concat Concatenate lists into a new list
join Join lists into a string
lappend Append elements to list
lindex Retrieve element from list
linsert Insert element into list
list Creat a list
llength Number of elements in list
lrange Return sequential range of elements form list
lreplace Replace element in list
lsearch Searc list for element
lsort Sort element of list
split Split a string into a list
lassign {a b c} x y z #x=a , y=b , z=c