%endwhile keyword (SDL script)
The %endwhile keyword specifies the end of a While loop.
For more information about While loops, see While loop (SDL script).
Syntax
%while <condition>
<set of statements for when condition is satisfied>
[%exit]
%endwhile