We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The expression of the return clause should be evaluated 5 times:
for $i in 1 to 5 return prof:track((1 to 1000000)[. = 0])?time
It does so without the ?time lookup:
?time
for $i in 1 to 5 return prof:track((1 to 1000000)[. = 0])
The text was updated successfully, but these errors were encountered:
a76ff4f
No branches or pull requests
The expression of the return clause should be evaluated 5 times:
It does so without the
?time
lookup:The text was updated successfully, but these errors were encountered: