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: Thu Oct 15 20:02:10 2009 GMT(c)2009 RadGs Software