Jump to content

Swift (programming language)

From Simple English Wikipedia, the free encyclopedia
Revision as of 13:24, 23 March 2025 by Wikipedian2025 (talk | changes)
Swift logo.

Swift is a general-purpose programming language made by Apple Inc. Originally released in 2014, Swift has been known to be used for making iOS applications.

Examples

Here is a Hello world program written in swift.

// Swift "Hello world!" Program

print("Hello world!")

References