jan tolenaar / kiezellisp / index-of-everything

Name

car

Usage

builtin-function

Syntax

(car list)

Description

Returns the first element of a list.

make-html > (car '((1 2) 3 4))
it: (1 2)