The WHILE loop allows users to continue looping based upon a conditional statement, as shown in the following example:
$continue = true
WHILE($continue == true)
$continue=false
ENDWHILE
Related topics
Flow Control