ELSE constant

Keyword const ELSE

Implementation

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