π Repeat While
The π statment repeats a code block while as long as the given condition is π (true). And if the condition is never π (false), the code block will be ignored and skipped.
Due to the ease of use of the π (for-in) statement, π is only used seldomly.
Infinite Loop
π ππ π ππ π€It goes on and on and onπ€βοΈππ
This program will infinitely print βIt goes on and on and onβ.
It goes on and on and onIt goes on and on and onIt goes on and on and on...