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: Fri Jan 21 18:06:25 2011 GMT(c)2011 RadGs Software