+ 10
What you think about following code?
while (noSuccess) { try(again); if(dead) break; }
6 Respostas
+ 10
do{
try_again();
}while(error)
+ 8
try (again) = catch;
+ 7
xP
Where is catch????
+ 7
try (try (try (try (try (try (try (try)))))))
+ 6
its funny 😂😂
+ 3
do{
attempt = try();
}while(attempt != success && ! dead);