I want to repeat a string several times.
// String literal var s : String // Set 's' to 5 x "Hello" for var i in 0..<5 { s += "Hello" } print(s)
* 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