You are currently viewing a revision titled "variable", saved on 2020-05-03 오전 4:00 by 야곰 | |
---|---|
제목 | variable |
내용 | 변수.
초기화 이후 변경될 수 있는 값. 스위프트에서는 var 키워드로 선언할 수 있다.
A value that can change after it’s been initialized, indicated in Swift by the var keyword. |
요약글 | |
Markdown content | 변수.
[초기화](/docs/initializer) 이후 변경될 수 있는 값. 스위프트에서는 var 키워드로 선언할 수 있다.
A value that can change after it’s been initialized, indicated in Swift by the var keyword. |