CONTINUE constant

Keyword const CONTINUE

Implementation

static const Keyword CONTINUE = const Keyword(
  /* index = */ 94,
  "continue",
  "CONTINUE",
  KeywordStyle.reserved,
);