|
||||||||||||
|
|
||||||||||||
Return
Return statement leaves the current function with the expression list
(or `` In a generator function, the return statement will terminate generator enumeration; it will produce no values after return. return := "return" [ expr-listvalues ] [ stmt-modifier ] ";"
See also
| Statements
| Simple statements
| <return>
| Statement modifiers
| Grammar
| Generator functions
|
||||||||||||
|
|
||||||||||||