# 10.1 表达式类型（DONE）

&#x20;以求值为目的的Lisp对象被称之为表达式。Emacs如何求值取决于该Lisp对象的数据类型。Emacs中有三种求值方式不同的表达式：符号、列表以及其他所有类型。本节将逐个介绍这些不同类型的表达式。下一节我们先介绍其他所有类型，这些类型都属于自求值表达式。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://emacs-lisp.ivory.cafe/qiu-zhi/biao-da-shi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
