EMA-XPS Online


SECOND

SECOND
======

syntax: (second <list>)

This function returns the second element of the list.

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


EMA-XPS Online