list.prepend

Syntax

lret := list.prepend(a,l)

Prepends the value a to the front of list l and returns the new list.

Returns:

lret - the list created from a sequence if values

Arguments:

a - the value to be prepended l - the list to prepend onto