OC is a program to compress the variable and procedure names within an OPL file. There
are several reasons to do this:
- The resulting OPL file, and the OPO/OPA produced after translating it, will be smaller
and hence require less memory to edit or execute.
- If a program passed through OC is reverse translated using revtran, it will be much
harder to understand and copy the code.
OC is available both as a command line operated DOS program and as an APP for running
on the Psion itself. Both of these are included in the distribution archive, oc_092b.zip.
You may view the instructions supplied with OC here.