WHILE constant

Keyword const WHILE

Implementation

static const Keyword WHILE =
    const Keyword(/* index = */ 149, "while", "WHILE", KeywordStyle.reserved);