NULL constant

Keyword const NULL

Implementation

static const Keyword NULL =
    const Keyword(122, "null", "NULL", KeywordStyle.reserved);