YIELD constant

Keyword const YIELD

Implementation

static const Keyword YIELD =
    const Keyword(148, "yield", "YIELD", KeywordStyle.pseudo);