Swift (programming language)

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.

<syntaxhighlight lang="swift" line="1" start="1"> // Swift "Hello world!" Program

print("Hello world!") </syntaxhighlight>

References