mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
rename "unless" to "require" and give it an 'else' keyword.
Swift SVN r28059
This commit is contained in:
@@ -91,7 +91,7 @@ enum class SyntaxStructureKind : uint8_t {
|
||||
WhileStatement,
|
||||
RepeatWhileStatement,
|
||||
IfStatement,
|
||||
UnlessStatement,
|
||||
RequireStatement,
|
||||
SwitchStatement,
|
||||
CaseStatement,
|
||||
Parameter,
|
||||
|
||||
Reference in New Issue
Block a user