BREAK constant

Keyword const BREAK

Implementation

static const Keyword BREAK = const Keyword(
  /* index = */ 89,
  "break",
  "BREAK",
  KeywordStyle.reserved,
);