Can we have an else while() for a conditional block please? #5013
VladimirBangPow
started this conversation in
Ideas
Replies: 0 comments 1 reply
-
Technically, you can already use a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Can we have an else while() for a conditional block please?
if(condition){
}else while(condition2){
}else{
}
Also! why not?
while(condition1){
}else{
}
And, finally:
while(condition1){
}else while(condition2){
}
Beta Was this translation helpful? Give feedback.
All reactions