PPWIZARD Manual
[Bottom][Contents][Search][Prev]: Rexx Preprocessing[Next]: REXAMPLE.X

Rexx Example

Note that the rexx source code page contains much better examples. It is best to look at the more recently modified ones as they are more likely to be making use of more recently introduced features or techniques. The "AddComma" and "PPWSORT" are two packages well worth studying.

The following batch file was used to generated the rexx code:

@echo off
rem set DEBUG=/debug
out\ppwizard.rex REXAMPLE.X /output:out\REXAMPLE.REX /rexx


The source files are:

  1. REXAMPLE.X
  2. REXAMPLE.XH

The generated rexx code is:

  1. REXAMPLE.REX


[Top][Contents][Search][Prev]: Rexx Preprocessing[Next]: REXAMPLE.X

PPWIZARD Manual
My whole website and this manual itself was developed using PPWIZARD (free preprocessor written by Dennis Bareis)
Tuesday January 02 2001 at 7:37am