Creates a while loop
Aliases:
while (condition) { // Your code here}
for condition { // Your code here}
-- Haskell does not have a traditional while loop. Use recursion or higher-order functions like 'until'.
while (condition) { # Your code here}
while condition) { // Your code here}
while condition: # Your code here
while condition do # Your code hereend
while condition { // Your code here}
while [ condition ]; do // Your code heredone