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
This code gives wrong result because the condition is not negated.
local i = 0 repeat i = i + 1 until i == 10 assert(i == 10)
The text was updated successfully, but these errors were encountered:
#88 #88 fix repeat statement scope and condition
bd47acc
#87 #88 fix test
41848b0
dibyendumajumdar
No branches or pull requests
This code gives wrong result because the condition is not negated.
The text was updated successfully, but these errors were encountered: