EMA-XPS Online


FIFTH

FIFTH
=====

syntax: (fifth <list>)

This function returns the fifth element of the list.

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


EMA-XPS Online