ELSE constant

Keyword const ELSE

Implementation

static const Keyword ELSE =
    const Keyword(/* index = */ 97, "else", "ELSE", KeywordStyle.reserved);