# 5-20 pages translation

Assigned to

* 정현석/@nicewook

Mandatory reviewer

* 이재원/@mumunuu
* 김준희/@juunini

## Introduction 5

## Language Mechanics 6

### Syntax 6

> #### Variable 6
>
> > **Built-in types 6**
> >
> > **Zero value concept 6**
> >
> > **Declare and initialize 7**
> >
> > **Conversion vs casting 8**
>
> #### Struct 8
>
> > **Declare and initialize 8**
> >
> > **Name type vs anonymous type 10**
>
> #### Pointer 11
>
> > **Everything is about pass by value 11**
> >
> > **Pass by value 11**
>
> #### Escape analysis 12
>
> #### Function 15
>
> #### Constant 17
>
> > **Declare and initialize 17**
> >
> > **iota 19**


---

# 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://ultimate-go-korean.gitbook.io/book/5-20.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.
