Check out example codes for "string interpolation swift 5". It will help you in understanding the concepts better.
Code Example 1
let age = 30
let name = "Jotaro"
print("Hello my name is \(name) and I'm \(age) years old")
Learn ReactJs, React Native from akashmittal.com