Swift Vocabulary
Literal
A value inserted into code with any variable, constant, or initializer. Examples
might include:
var age = age + 10;// 10 is a literal integer
var greeting = "Hello " + name; // Hello is a literal string
Intro Lesson 14
Back
First
Random
Next