The urge to code won, but I limited myself to an hour. Managed to get break, continue, switch, fall through, and assert all working for my multi-statement closure inference in Swift prototype: https://t.co/bikY9NT8nA
6:22 AM
let _ = ints.map { i in let value = i + 1 return String(value) }