NULL constant

Keyword const NULL

Implementation

static const Keyword NULL = const Keyword(
  /* index = */ 126,
  "null",
  "NULL",
  KeywordStyle.reserved,
);