EMA-XPS Online


SIXTH

SIXTH
=====

syntax: (sixth <list>)

This function returns the sixth element of the list.
It is not supported by babylon v3, but by EMA-XPS
it is!

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


EMA-XPS Online