I have a string and I want to embed variable values within this string.
// String literal var username = "John" // Let's print this string // along with a 'hello' message print("Hello \(username)");
* Please let us know about anything: issues/feature request/suggestions......And we'll do our best to get back to you asap! :)
Or just post your issue on iSwift's Official Issue Tracker