nth
nth is a built-in function in `C source code'.
(nth N LIST)
Return the Nth element of LIST.
N counts from zero. If LIST is not that long, nil is returned.
C source code'.
(nth N LIST)
Return the Nth element of LIST.
N counts from zero. If LIST is not that long, nil is returned.