jan tolenaar / kiezellisp / index-of-everything

Name

fifth

Usage

builtin-function

Syntax

(fifth seq)

Description

Returns the fifth element in a seq; or null if there is no fifth element.

make-html > (fifth '(1 2 3 4 5 6))
it: 5