Skip to content
New issue

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

continuation line #15

Open
tfinke opened this issue Aug 8, 2022 · 0 comments
Open

continuation line #15

tfinke opened this issue Aug 8, 2022 · 0 comments

Comments

@tfinke
Copy link

tfinke commented Aug 8, 2022

y = 3 * a ...
    + b

expected:

y = 3 * a +
    b

There is no line continuation symbol in Julia; continuation takes place as long as the expression isn't complete, so binary operators from the following line should be moved to the and of the line containing the incomplete expression.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant