ASSERT constant

Keyword const ASSERT

Implementation

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