dangling else
Appearance
English
[edit]Examples |
---|
In this example, the compiler can’t know whether |
Noun
[edit]dangling else (plural dangling elses)
- (programming) A potential ambiguity in a programming language that occurs when an else clause can be associated with either a nested conditional or with the clause that encloses the nested conditional.