jan tolenaar / kiezellisp / index-of-everything

Name

second

Usage

builtin-function

Syntax

(second seq)

Description

Returns the second element of seq, or null.

make-html > (second '(a))
it: null
make-html > (second '(a b))
it: b