Some Built-in Functions in rex
lWe already saw examples:
llength: returns the length of a list
lmember: tells whether something is in a list
lsort: returns a sorted version of a list
lreverse: returns the reverse of a list
lappend: appends together two lists

lOther functions follow