FOR constant

Keyword const FOR

Implementation

static const Keyword FOR = const Keyword(
  /* index = */ 110,
  "for",
  "FOR",
  KeywordStyle.reserved,
);