Many languages have a switch statement and most (maybe all?) of them use "default" keyword for the condition which doesn't match any of those listed in the switch statement.
But sometimes that condition is just an exception, which literally IS NOT a default condition. So how about using other keywords like "else" instead of "default"? _______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
