CONTINUE constant

Keyword const CONTINUE

Implementation

static const Keyword CONTINUE =
    const Keyword(90, "continue", "CONTINUE", KeywordStyle.reserved);