IF constant

Keyword const IF

Implementation

static const Keyword IF = const Keyword(
  /* index = */ 114,
  "if",
  "IF",
  KeywordStyle.reserved,
);