# Dart Language Guide (한국어)

### 다트 공식 문서를 번역한 요약본 입니다.

이 페이지에서는 다른 언어로 프로그래밍하는 방법을 이미 알고 있다는 가정 하에 변수 및 연산자에서 클래스와 라이브러리에 이르기까지 각 주요 Dart 기능을 사용하는 방법을 보여줍니다. 언어에 대한 간략한 소개는 [language samples page](https://dart.dev/samples)를 참조하세요.

다트의 핵심 라이브러리에 대해 자세히 알아보려면 [library tour](https://dart.dev/guides/libraries/library-tour)를 참조하세요. 다트 언어 기능에 대해 자세한 정보를 원한다면 Dart [language specification](https://dart.dev/guides/language/spec)을 참조하세요.

{% hint style="info" %}
**Note:** [DartPad](https://dartpad.dev/)를 사용하면 대부분의 Dart언어 기능을 실행해볼 수 있습니다 ([자세히 알아보기](https://dart.dev/tools/dartpad)).
{% endhint %}

공식 문서: <https://dart.dev/guides/language/language-tour>

> 번역과 관련된 문의나 건의는 언제든지 환영입니다.\
> Email: <wnehdtjr5@gmail.com>\
> Github: <https://github.com/MojitoBar/dart-language-guide-kr>


---

# 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://judongseok.gitbook.io/dartlang/readme.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.
