EMA-XPS Online


LIST

LIST
====

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

This function creates a list, which exactly includes
the given objects.

example:       >(list 1 2 3)
               (1 2 3)


EMA-XPS Online