You are currently viewing a revision titled "function", saved on 2020-06-02 오후 7:32 by 야곰 | |
---|---|
제목 | function |
내용 |
함수. 프로그램에서 자주 사용하는 재사용 가능하며 이름이 붙여진 코드의 묶음
A reusable, named piece of code that can be referred to from many places in a program. 관련 강좌 : [함수](https://yagom.net/courses/swift-basic/lessons/%ed%95%a8%ec%88%98/) |
요약글 | |
Markdown content |
함수. 프로그램에서 자주 사용하는 재사용 가능하며 이름이 붙여진 코드의 묶음
A reusable, named piece of code that can be referred to from many places in a program. 관련 강좌 : [함수](https://yagom.net/courses/swift-basic/lessons/%ed%95%a8%ec%88%98/) |