BREAK constant

Keyword const BREAK

Implementation

static const Keyword BREAK =
    const Keyword(85, "break", "BREAK", KeywordStyle.reserved);