Interruption of the function invoked by the call instruction with possible return of value.
Syntax |
return val |
---|---|
val |
Value that is returned at the location of the function call (optional) |
Validity |
Rule, Task |
Note |
The type of the return value depends on the declaration of the function |
Example of use:
|