[index]
Return Control Statement
Syntax
return <value>
Description
Return defines the value of a function. Alternate return statements can be placed in a function's handler. Each return exits the function handler, skipping remaining commands. Return can also be used to exit a message handler, in which case the return value is placed into the result.
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.