Skip to content

continuation line #15

@tfinke

Description

@tfinke
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions