Karakter cepat

// create character type variable
var letter: Character = "s"

print(letter)

// Output: s
SAMER SAEID