IS constant

Keyword const IS

Implementation

static const Keyword IS = const Keyword(
    /* index = */ 117, "is", "IS", KeywordStyle.reserved,
    precedence: RELATIONAL_PRECEDENCE);