pub fn parse_return_stmt(par: &mut Parser<'_>) -> ParseResult<Node<FuncStmt>>
Parse a return statement.
return
Panics if the next token isn’t return.