BioBIKE
List functions
 
BRING-TO-FRONT-OF Brings element from some point in list to beginning
FILL-LIST Makes a list and initializes it to a given value
FIND-ELEMENT Returns position(s) of given element(s) within a list
FIRST-N Returns the first N elements of a list
INSERT Inserts item into list or substring into string
INTERLEAVE Combines lists into single list
JOIN Concatenates lists into single list
LENGTH Returns number of elements in top layer of list
LIST Creates a new list from its component parts
REVERSE Returns list in reverse order
SORT Returns list sorted in a specified manner
SPLIT Divides list into sublists
TAB-DELIMITED Returns string with tabs separating columns and new-lines separating rows of list
WRITE-TAB-DELIMITED-FILE Creates/updates file with tabs separating columns and new-lines separating rows of list

See also Set Functions.