Make `.` a line continuation operator

Bug #1759617 reported by edA-qa
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Leaf
New
Undecided
Unassigned

Bug Description

There is a common syntax that might benefit from line continuation:

```
some.
  very(args).
  long(args).
  chain(args).
  end()
```

This may be desired over:

```
(some.
  very(args).
  long(args).
  chain(args).
  end()
)
```

I don't see any immediate reason how this would be ambiguous. I'd like to be careful here though, since it's just another operator, and no other operator would provide this ability. Perhaps it's better to wait for cases where it arises to compare syntax.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.