<return>
<return [ value="exprreturn-value" ] >
A ``return´´ statement stops the execution of function
and returns (optional) return value.
See return statement.
Attributes:
- value
- Optional return value, if not given ``
undefined´´ is used.
Add a note
|