0 / 60 seg.

How many times is this loop executed?

let loopx = 5
repeat {
  print (loopx)
} while loopx < 6