EXIT instruction


Syntax:

  EXIT expression

As in Rexx; the expression, if present, is returned to the environment as a string. The environment may place further restrictions (such as requiring that the string be convertible to some small integer), and may provide a default. Note that EXIT is global, in that all objects and classes currently active will be lost; it should normally only be used in stand-alone applications.


[ previous section | contents | next section ]

From 'netrexx.doc', version 0.75.
Copyright(c) IBM Corporation, 1996. All rights reserved. ©