RETURN constant

Keyword const RETURN

Implementation

static const Keyword RETURN =
    const Keyword(131, "return", "RETURN", KeywordStyle.reserved);