ASSERT constant

Keyword const ASSERT

Implementation

static const Keyword ASSERT =
    const Keyword(81, "assert", "ASSERT", KeywordStyle.reserved);