RETURN

Purpose

Returns control and a value back to the point of invocation.

Syntax

[label:]...RETURN(expr);

Parameters

expr is any valid preprocessor expression.

Description

The preprocessor RETURN statement can be used only in a preprocessor procedure and can have no leading percent symbol. It returns a value as well as control back to the point from which the preprocessor procedure was invoked.