# 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**
