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

SWIFT Reference: Swift Introduction

Quick reference for Swift Introduction.

Read time: 1 min Words: 16
My Progress

SWIFT Reference — Swift Introduction

Quick summary of Swift Introduction with syntax and example.

Syntax

print("...")

Example

import Foundation
print("Hello Swift")