WHILE constant

Keyword const WHILE

Implementation

static const Keyword WHILE = const Keyword(
  /* index = */ 152,
  "while",
  "WHILE",
  KeywordStyle.reserved,
);