π Repeat While
THE-Spellchecker154 total contributions
Published Aug 4, 2021Updated May 15, 2024
Contribute to Docs
The π statement 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
- THE-Spellchecker154 total contributions
- christian.dinh2476 total contributions
- Anonymous contributorAnonymous contributor3071 total contributions
- THE-Spellchecker
- christian.dinh
- Anonymous contributor
Contribute to Docs
- 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.