# 8. 运算符相关话题

## 本章目录

* [8.1 运算符](/shell/part2/08_operations_and_related_topics/08_1_operators.md)
* [8.2 数字常量](/shell/part2/08_operations_and_related_topics/08_2_numerical_constants.md)
* [8.3 双圆括号结构](/shell/part2/08_operations_and_related_topics/08_3_the_double_parentheses_construct.md)
* [8.4 运算符优先级](/shell/part2/08_operations_and_related_topics/08_4_operator_precedence.md)


---

# 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://wiki.clay-wangzhi.com/shell/part2/08_operations_and_related_topics.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.
