suve
:arr - create an array:arr-contains - checks whether an element is present in array:arr-contains-seq - checks whether an element is present in array (strict comparison):arr-count - return number of elements in array:arr-empty - check if array is empty:arr-flush - remove contents of array:arr-fsum - calculate sum of all array elements (as float):arr-isum - calculate sum of all array elements (as int):arr-max - find greatest value in array:arr-min - find least value in array:arr-print - print array contents:arr-qsort - quicksort an array:dict - create a dictionary:dict-contains - checks whether an element is present in dictionary:dict-contains-seq - checks whether an element is present in dictionary (strict comparison):dict-count - return number of elements in dictionary:dict-empty - check if dictionary is empty:dict-flush - remove contents of dictionary:dict-fsum - calculate sum of all dictionary elements (as float):dict-isum - calculate sum of all dictionary elements (as int):dict-keys - retrieve all keys present in dictionary:dict-nextkey - lookup the next key set in dictionary:dict-print - print dictionary contents:dict-values - retrieve all values present in dictionarywikipage modified on 2014/0906/0147