Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SWIFT

Swift String Example

// create string type variables

let name: String = "Swift"
print(name)

let message = "I love Swift."
print(message)
 
PREVIOUS NEXT
Tagged: #Swift #String #Example
ADD COMMENT
Topic
Name
8+7 =