A while loop repeats its code block while its condition is true. We code a true condition with (true).
true
(true)
Make sure to pick (, followed by true, and finally ).
(
)