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

SWIFT Reference: Optionals

Quick reference for Optionals.

Read time: 1 min Words: 14
My Progress

SWIFT Reference — Optionals

Quick summary of Optionals with syntax and example.

Syntax

print("...")

Example

import Foundation
print("Hello Swift")