# 03 变量(Variable)

{% hint style="danger" %}

#### 译者提示

您应该清楚“**变量**”由**变量名**、**变量值**、**变量所在内存地址**组成，而不是囫囵吞枣地称“变量、变量、变量...”。

尤其是在支持指针的编程语言中，**随时记得“名、值、地址”的区别**，非常有助于理解代码。
{% endhint %}


---

# 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://denglj.gitbook.io/essential-go/03-variables.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.
