osfree
osfree copied to clipboard
Add possibility to tokenize scripts
IBM's REXX has a "//t" switch, which, being specified for REXX script,doesn't run it, but tokenizes it. So that, the script is not run, butcompiled. Also, running a script stores a tokenized version in EA's. So, weshould add the possibility to tokenize scripts, too.