Syntax:
RETURN RETURN value
As in Rexx. The value is an expression; it must be possible to assign the value to the type specified after the RETURNS keyword on the METHOD instruction (if no RETURNS type was specified, the value will be converted to type Rexx).
Either all the RETURN instructions in a method must return a value, or they must all not return a value.
[ previous section | contents | next section ]
From 'netrexx.doc', version 0.75.
Copyright(c) IBM Corporation, 1996. All rights reserved. ©