while
Loop Forever
[...] >> {
...
}while (true) {
// code block
}while True:
...+ Break
^^^^^^^^^^^^^^^+ Break (With Condition)
? (`expr`) :) {
^^^^^^^^^^^
}[...] >> {
...
?(`expr`) => ^^^
}[...] >> {
...
? (`expr`) :) {
^^^
}
}+ Continue
While Loop
+ Condition
+ Increment Element
Last updated