fn:iterate-while → fn:while-do, fn:do-until #946
Labels
Enhancement
A change or improvement to an existing feature
XQFO
An issue related to Functions and Operators
First feedback shows that
fn:iterate-while
is helpful, but the name needs to be improved: It implies that the first iteration occurs before the invocation of the test… Which could sometimes be helpful, too.I suggest renaming the function to
fn:while-do
(“do” is commonly used when while loops are specified), and addingfn:do-until
.The text was updated successfully, but these errors were encountered: