함수선언방법

    [Swift | 공식문서 읽기] 함수 선언 방법과 매개변수에 대해서 알아보자(1)

    오늘의 주제 : Swift 공식문서 함수편 :: 두번째 챕터 - Function Argumnet Labels and Parameter Names https://docs.swift.org/swift-book/LanguageGuide/Functions.html#ID169 Functions — The Swift Programming Language (Swift 5.5) Functions Functions are self-contained chunks of code that perform a specific task. You give a function a name that identifies what it does, and this name is used to “call” the function to perf..