OF constant

Keyword const OF

Implementation

static const Keyword OF = const Keyword(
  /* index = */ 127,
  "of",
  "OF",
  KeywordStyle.pseudo,
);