| Language documentation | Contents | Index |
| return expr |
|
Ends execution of the current function, and returns its argument as the value of the function call.
return should be also used in operator overloading functions. The expression can be any Concept expression or variable. |
| Documented by Eduard Suica, generation time: Tue Oct 18 20:10:43 2011 GMT | (c)2011 RadGs Software |