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