EMA-XPS Online


FIRST

FIRST
=====

syntax: (first <list>)

This function returns the first element of the list.

example:       >(first '(1 2 3 4 5 6 7 8 9 0))
               1


EMA-XPS Online