BREAK constant

Keyword const BREAK

Implementation

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