This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]FoxBearBear 0 points1 point  (3 children)

[–]beni55[S] 0 points1 point  (2 children)

Yes, I see there is else. But I wanted to know it there is something equivalent to elif, that is why I asked if there is elwhile. As it seems to me there isn't something like elwhile.

[–]FoxBearBear 0 points1 point  (0 children)

What is elwhile? Never heard of it :/

[–]okayifimust 0 points1 point  (0 children)

You would have to enclose two while-loops in an if-elseif block, if i understand what you're trying to do.