| lreverse | reverse a list |
| lshift | shift list and return first element |
| lunique | unique elements from list |
| lreorderbylist | re-order a list by another list |
| lminmax | return minimum and maximum of list of values |
| lvset | set a list of variables to a list of values |
| specset | set a list of specifications (to variables) |
| specset-array | set a list of specifications (to array) |
| lstats | return min max mid average rms of list |
| closest | find closest value to target in list |