Else
WordNet

adjective


(1)   Other than what is under consideration or implied
"Ask somebody else"
"I don't know what else to do"
"Where else can we look?"

adverb


(2)   (usually used with `or') if not, then
"Watch your step or else you may fall"
"Leave or else I'll get angry"
(3)   Additional to or different from this one or place or time or manner
"Nobody else is here"
"She ignored everything else"
"I don't know where else to look"
"When else can we have the party?"
"Couldn't decide how else it could be done"
WiktionaryText

Etymology


From , from . Cognates include Latin , Ancient Greek , , (Modern Greek ), Armenian , , Gothic , Old Irish , Breton , Welsh , Cornish , Gaulish allos (in La Graufesenque), (adverbial use of genitive neuter form of ), Swedish , Danish , Norwegian .

Adjective



  1. Other; in addition to previously mentioned items.
    Can anyone else (=any other person) help me?
    What else (=what other thing) is there?

Usage notes

  • This adjective usually follows an indefinite or interrogative pronoun, as in the examples above. In other cases, the adjective is typically used.

Adverb



  1. Otherwise, if not.
    How else (=in what other way) can it be done?
    I'm busy Friday; when else (=what other time) works for you?

Usage notes

This word frequently follows interrogative adverbs, such as , , and , as well as the derived , , and .

Conjunction



  1. For otherwise; or else.
    Then the Wronskian of f and g must be nonzero, else they could not be linearly independent.
  2. but if the condition of the previous clause is false, do the following.
    if (edits.Count 0) { NoEditsLabel.Visible = true; }
    else { EditHistory.Show(edits); }
 
x
OK