let add = { (n1 : Int, n2: Int) -> (String) in return String(n1 + n2) } let result = add(5, 3) print("result = ", result)
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter