How many times is this loop executed?
let loopx = 5 repeat { print (loopx) } while loopx < 6
Infinite Reference: The Swift Programming Language: Language Guide: Control Flow: While Loops
Five
Zero
Six