ProLinga-4GL Reference Manual |
---|
RETURN — Transfer control out of a logic block.
RETURN
[data_ref
...]
The RETURN command terminates processing of the current logic block, returning control to the caller. One or more values, as defined by the developer, may be returned.
<< RESPONSE Command | RUN Command >> |