| Format: <return> |
| Format: <return Expression> |
Purpose: The first format is used to leave the current User-defined Tag or heitml page.
The alternate format leaves the current User-defined Tag or heitml page and returns the value calculated by the Expression. This form may occur only in a user-defined tag.
See Also: def.
| Caution! Don't use the return tag to leave a session environment. |
| Note: The return Tag is Case Sensitive, which means that heitml will not recognize it if you use capital letters (e.g. <RETURN>). |