ELSE constant

Keyword const ELSE

Implementation

static const Keyword ELSE =
    const Keyword(96, "else", "ELSE", KeywordStyle.reserved);