# 介紹

該指南詳細介紹了 BlitzBasic 語言，富含到了所有您需要的命令。這個指南將幫助您在自己的開發中更進一步。

請大膽嘗試，因為練習對了解每個命令至關重要。去看看其他人寫的程式，嘗試從現有的程式碼和教程中學習。

《BlitzBasic 語言指南》（Blitz Basic Language Reference）由**子悅漢化組**翻譯（<https://ziyuesinicization.site/>）。


---

# 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://gitbook.ziyuesinicization.site/blitz-basic-language-reference/zh_hant/introduction.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.
