Categories
|
Article Listing
Sort By:
This series of articles goes through the basics of Swift. It introduces Playgrounds and REPL; Variables and Constants; Int, Float, Bool; Tuples, Type Aliases, Type Inference, Type Safety, and more.
|
This article talks about variables and constants and how Swift forces you to choose var (a variable) or let (a constant) right at the time of declaration.
|
Test on variables (var) and constants (let) in Swift
|
Page 1 : Article 1 to 3 of 3
|
|