@ -275,7 +275,7 @@ extension Character {
|
|||||||
|
|
||||||
```swift
|
```swift
|
||||||
func printLetterKinds(word: String) {
|
func printLetterKinds(word: String) {
|
||||||
println("'\\(word)' is made up of the following kinds of letters:")
|
println("'\(word)' is made up of the following kinds of letters:")
|
||||||
for character in word {
|
for character in word {
|
||||||
switch character.kind {
|
switch character.kind {
|
||||||
case .Vowel:
|
case .Vowel:
|
||||||
|
|||||||
Reference in New Issue
Block a user