Module come::ast::statement::return_statement
source · Expand description
return statement like return a;.
Structs§
Returnrepresents anreturnstatement, with an optional return value.
Functions§
- Parse source code to get a
Return.