Module come::ast::statement::return_statement

source ·
Expand description

return statement like return a;.

Structs§

  • Return represents an return statement, with an optional return value.

Functions§