8 lines
		
	
	
		
			145 B
		
	
	
	
		
			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))") |