Jump to content

Swift (programming language)

From Simple English Wikipedia, the free encyclopedia
Revision as of 00:56, 6 June 2021 by Renamed user ejiwheismwkwiwkqlroi21 (talk | changes) (Replace with .svg)
Swift logo.

Swift is a general-purpose programming language designed 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