REXXPC88: Difference between revisions
Appearance
m →Version |
mNo edit summary |
||
Line 15: | Line 15: | ||
* [http://cd.textfiles.com/carousel/026D/REXXPC_2.ZIP REXXPC_2.ZIP] - REXXPC88 Programmer's Guide | * [http://cd.textfiles.com/carousel/026D/REXXPC_2.ZIP REXXPC_2.ZIP] - REXXPC88 Programmer's Guide | ||
[[Category:REXX]] | [[Category:REXX Interpreter]] |
Latest revision as of 22:25, 27 October 2019
REXXPC88 is a REXX interpreter for the IBM Personal Computer originally developed by Derek Lieber and later updated by Sam Detweiler. It runs as an extension to the DOS command interpreter (COMMAND.COM) and accepts a program control language identical to (a subset of) the REXX language available on IBM mainframe computers (REXX370).
REXXPC88 programs have a file type of .BAT, the same as the standard batch files recognized by DOS, but are distinguished by the first character of the file, which must be the slash (/) of a comment or the header of a bi-lingual program (:). REXXPC88 programs may execute other programs recursively in contrast to usual DOS batch programs that may not be nested.
Version
- 0.40
- 0.41 (1987-01-06)
- 0.50 (1987-03-24)
- 0.52 (1987-04-04)
- 0.55 (1987-06-23)
- 0.67 (1989-04-02)
Links
- REXXPC_1.ZIP - V 0.55
- REXXPC_2.ZIP - REXXPC88 Programmer's Guide