Syntax:
IMPORT ibm.rexx.Rexx IMPORT ibm.rexx.
Similar to Java; if the term given ends in a name, a single class is imported. If it ends in a dot, then an entire package is imported. In this latter case, full importation of sub-trees is assumed (that is, 'IMPORT ibm.' would import all subtrees of the 'ibm.' packages). In the Java environment, "import netrexx." and "import java." are assumed.
IMPORT is considered to be an 'environment-dependent' instruction at present.
[ previous section | contents | next section ]
From 'netrexx.doc', version 1.00.
Copyright(c) IBM Corporation, 1996, 1997. All rights reserved. ©