Ziggit
Can we please get a while with a post-loop test?
Brainstorming
language
castholm
March 29, 2026, 12:28am
11
Have you considered the following form?
while (true) : (if (!shouldDoStuff()) break) { doStuff(); }
11 Likes
show post in topic