Can we have an else while() for a conditional block please? #45897
VladimirBangPow
started this conversation in
Ideas
Replies: 1 comment
-
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
-
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