We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#while statement ##while while (condition) repeat-statement or
while (condition) { repeat-statements }
##else while (condition) repeat-statement else finally-statement