Functions1 [Swift] Functions (함수) References https://docs.swift.org/swift-book/LanguageGuide/Functions.html Contents Defining and Calling Functions Function Parameters and Return Values Function Argument Labels and Parameter Name Function Types Nested Functions Functions(함수)는 특정 작업을 수행하는 코드 덩어리입니다. 함수가 수행하는 작업을 식별하는 이름을 지정하고, 해당 작업을 수행할 때 함수 이름을 호출(call)하여 사용합니다. Swift의 통합 함수 문법은 유연해서 매개변수 이름이 없는 단순한 C 스타일의 함수부터 Objective-C 스타일 .. 2021. 12. 18. 이전 1 다음