Tipo de inferencia en Kotlin
// The following variable is assigned a text value within double quotes, thus the inferred type is String
var color = "Purple"
Ashamed Armadillo