EMA-XPS Online


TENTH

TENTH
=====

syntax: (tenth <list>)

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

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


EMA-XPS Online