%while keyword (SDL script)
The %while keyword starts a while loop and specifies the condition to be evaluated.
Syntax
%while <condition>
<set of statements for when condition is satisfied>
[%exit]
%endwhile