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
Consider
y1 = sum(ones(4) for j in 2:2); y4 = sum(ones(2,3) for j in 1:5);
When indented, the y4 equation is shifted just to the right of the for in the preceding line. A similar issue arises with conditional declarations.
Joe Riel
The text was updated successfully, but these errors were encountered:
Thanks for the report! I'll have a look but might take a while.
Sorry, something went wrong.
rudi
No branches or pull requests
Consider
When indented, the y4 equation is shifted just to the right of the for in the preceding line. A similar issue arises with conditional declarations.
Joe Riel
The text was updated successfully, but these errors were encountered: