Type inference
// The following variables are assigned a literal value inside double quotes
// so the inferred type is String
var color = "Purple"
Comments
// The following variables are assigned a literal value inside double quotes
// so the inferred type is String
var color = "Purple"