list.prepend
Syntax
Prepends the value a to the front of list l and returns the new list.
lret - the list created from a sequence if values
a - the value to be prepended l - the list to prepend onto
list.min
list.range
9.1.13