+ 3
Why doesnt Swift use do-while
5 Respostas
+ 8
I think it uses. But it is “repeat……while” Same as do while.
+ 3
Repeat while is identical to do while
+ 2
Yes, the repeat ... while loop ist the same!
+ 1
Thankyou I didn't know that keyword
+ 1
Maybe because Swift isn't C.