Else
Pronunciation
- RP IPA: /ɛls/
- (colloquial) IPA: /ɛlts/
- Rhymes: -ɛls
Origin
From Middle English, from Old English elles ("other, otherwise, different"), from Proto-Germanic *aljas ("of another, of something else"), genitive of *aljaz ("other"), from Proto-Indo-European *hâ‚‚elios, *al- ("other", pronoun.). Cognate with Old Frisian elles ("other"), Old High German elles, ellies ("other"), Danish eller ("or"), Danish ellers ("otherwise"), Swedish eljes, eljest ("or else, otherwise"), Norwegian elles ("else, otherwise"), Gothic ðŒ°ðŒ»ðŒ¾ðŒ¹ðƒ (aljis, "other"), Latin alius ("other, another"), Ancient Greek ἄλλος, , (Modern Greek αλλιώς (alliṓs, "otherwise, else")).
Full definition of else
Adjective
else
Usage notes
This adjective usually follows an indefinite or interrogative pronoun, as in the examples above. In other cases, the adjective other is typically used.
Derived terms
Adverb
else
Usage notes
(otherwise) This word frequently follows interrogative adverbs, such as how, why, and when, as well as the derived however, why ever, and whenever.
Synonyms
Derived terms
Conjunction
- For otherwise; or else.Then the Wronskian of f and g must be nonzero, else they could not be linearly independent.
- (computing, in many programming languages and pseudocode) but if the condition of the previous if clause is false, do the following.if (edits.Count == 0) { NoEditsLabel.Visible = true; }else { EditHistory.Show(edits); }