There was an error while loading. Please reload this page.
Return statements return a value from a function
return my_value
In order to return a value from a function, the value must be of the same or similar type as the function’s return type
All defered statements will be unwound when reaching a return statement, just as if all parent scopes are closed
defer
return
Table of Contents