IS constant

Keyword const IS

Implementation

static const Keyword IS = const Keyword(
    116, "is", "IS", KeywordStyle.reserved,
    precedence: RELATIONAL_PRECEDENCE);