DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

SWIFT Reference: Functions

Quick reference for Functions.

Read time: 1 min Words: 14
My Progress

SWIFT Reference — Functions

Quick summary of Functions with syntax and example.

Syntax

print("...")

Example

import Foundation
print("Hello Swift")