FALSE constant

Keyword const FALSE

Implementation

static const Keyword FALSE = const Keyword(
  /* index = */ 107,
  "false",
  "FALSE",
  KeywordStyle.reserved,
);