> For the complete documentation index, see [llms.txt](https://emacs-lisp.ivory.cafe/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emacs-lisp.ivory.cafe/han-shu/untitled-4.md).

# 13 函数

Lisp程序主要由Lisp函数组成。本章将会讲解什么是函数，函数如何接受参数，以及如何定义函数。
