This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Newlines as item separators in lists | |
* Proposal: [SE-NNNN](https://github.com/apple/swift-evolution/blob/master/proposals/NNNN-name.md) | |
* Author(s): [Swift Developer](https://github.com/swiftdev) | |
* Status: **[Awaiting review](#rationale)** | |
* Review manager: TBD | |
## Introduction | |
The possibility to skip semicolons to end a statement when followed by a newline is only a tiny convinience, yet it is one of the most favored differences to C. |