EMA-XPS Online


THIRD

THIRD
=====

syntax: (third <list>)

This function returns the third element of the list.

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


EMA-XPS Online