When using a "While" loop in EL, at some point (hopefully) in the loop the
"while" condition changes, ending the looping. My question is, does the
program jump out of the loop the instant the condition changes, or does it
complete the loop it's currently on?
Thanks for the help.
|