π Repeat While

christian.dinh2481 total contributions
Published Aug 4, 2021Updated Sep 9, 2021
Contribute to Docs
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...
All contributors
- christian.dinh2481 total contributions
- Anonymous contributorAnonymous contributor3077 total contributions
- christian.dinh
- Anonymous contributor
Looking to contribute?
- Learn more about how to get involved.
- Edit this page on GitHub to fix an error or make an improvement.
- Submit feedback to let us know how we can improve Docs.