GuruAnalytics_iOS/Example/GuruAnalytics/MyPlayground.playground/Contents.swift

8 lines
145 B
Swift

import UIKit
var greeting = "Hello, playground"
let sss = ["1", "2", "3"].map({ "'\($0)'"
}).joined(separator: ",")
print("value in (\(sss))")