EMA-XPS Online


LIST*

LIST*
=====

syntax: (list* {<object> ...} <list>)

This function adds the given objects to the list.

example:       >(list* 1 2 '(3 4))
               (1 2 3 4)


EMA-XPS Online