This directory contains programs to test the installation and working
of the (Object) Rexx engine for IBM's "Bean Scripting Framework" (BSF).

See the contents of the files with the extension '.bat' for the
commands to invoke the test programs.


Rony G. Flatscher, 2001-05-12


 TestSimpleExec.bat     ... merely tests whether (Object) Rexx can be invoked
 TestSimpleExec.class
 TestSimpleExec.java

 testArrays.bat         ... tests accessing primitve Java arrays
 testArrays.rex

 testArrays-oo.bat      ... tests accessing primitve Java arrays (Object Rexx version)
 testArrays-oo.rex

 testArrays2-oo.bat     ... tests accessing primitve Java arrays (Object Rexx version)
 testArrays2-oo.rex

 TestRexxCall.bat       ... tests calling the Rexx interpreter with arguments
 TestRexxCall.class
 TestRexxCall.java
 TestRGF.class
 TestRGF.java

 input.txt              ... contains a Rexx program in one line (used in 'tst_eval.bat' and
                            'tst_exec.bat'
 tst_eval.bat
 tst_exec.bat

 UseTest.bat            ... tests accessing/setting fields from Rexx
 UseTestRGF.class
 UseTestRGF.java
 UseTestRGF.rex

 UseTest-oo.bat         ... tests accessing/setting fields from Rexx (Object Rexx version)
 UseTestRGF-oo.rex