Language documentation Contents | Index

return, Control structures


Prototype:
return expr

Description:
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: Sun Jan 27 18:15:22 2013 GMT(c)2013 Devronium Applications