EMA-XPS Online


NINTH

NINTH
=====

syntax: (ninth <list>)

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

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


EMA-XPS Online