I\'ve been playing around with Swift, and just came across an issue. I have the following Dictionary in:
var locations:Dictionary
Since Swift 2.1 you can use double quotes on interpolation. println("current location is \(locations["current"])")
println("current location is \(locations["current"])")