This directory contains the test suite that works under Win32.

To test, first issue the bldw32.cmd, this builds the small 'C' programs
needed in the testing scripts.

Next, use the testw32.cmd file to run the rexx scripts (rexx.exe needs
to be somewhere in your PATH.

You should see no errors, but the lexical.rexx reports 4 minor
problems that aren't really errors:

----
do, end, if, 
Reports "select; when 1; else nop; end" as syntax error 35, not 18
select, 
Reports "select; when 0 then nop; say hallo; end" as syntax error 35, not 7

Reports "select; when 1 then nop; nop" as syntax error 35, not 7

Reports "select; when 1 then nop; nop" as syntax error 35, not 7
assignment, parse, labels, strings, when, end, data,  
hex/bin, signal, strings, symbols, trailers, trace, subkwd, wholenum, do,  
loops, exprres, 
----


Finally, you can remove all recoverable files by using the
"cleanw32.cmd" file.
