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 

 

posted on 2019-08-02 17:09  春风一郎  阅读(235)  评论(0)    收藏  举报