LZW compression: Difference between revisions

m
→‎version 1: added comments to the REXX section header.
m (→‎REXX version 1: which non_ASCII extensions are meant?)
m (→‎version 1: added comments to the REXX section header.)
Line 4,208:
This REXX version makes use of non-ASCII extensions and only works with Regina REXX.
<br>It works definitely also with "my REXX", i.e., ooRexx!
 
ooRexx is not a Classic REXX. The REXX entries are for Classic REXX. ooRexx has it's own section.
 
This version won't work with CMS REXX, TSO REXX, R4, PC/REXX, Personal REXX, and others. On these mentioned REXXes, this program yields a '''SYNTAX''' error.
<lang rexx>/* REXX ---------------------------------------------------------------
* 20.07.2014 Walter Pachl translated from Java