Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SWIFT

string interpolation swift 5

let age = 30
let name = "Jotaro"

print("Hello my name is (name) and I'm (age) years old")
Source by www.hackingwithswift.com #
 
PREVIOUS NEXT
Tagged: #string #interpolation #swift
ADD COMMENT
Topic
Name
1+9 =