Text processing/Max licenses in use: Difference between revisions

→‎{{header|REXX}}: added comments in 2nd section header about what REXXes return what ENV strings. -- ~~~~
(Racket Solution Added)
(→‎{{header|REXX}}: added comments in 2nd section header about what REXXes return what ENV strings. -- ~~~~)
Line 1,569:
 
=={{header|REXX}}==
===Versionversion 1===
 
===Version 1===
<lang rexx>
/*REXX program to process instrument data from a data file. */
Line 1,668 ⟶ 1,667:
 
===Version 2 dual-coded for PC and TSO===
It should be noted that almost every REXX interpreter returns a different string for &nbsp; '''parse source''' &nbsp; under Microsoft Windows:
* '''MSDOS''' &nbsp; &nbsp; for &nbsp; BREXX
* '''PCDOS''' &nbsp; &nbsp; for &nbsp; PC/REXX &nbsp; and &nbsp; Personal Rexx for DOS
* '''WIN''' &nbsp; &nbsp; &nbsp; &nbsp; for &nbsp; Personal Rexx for Windows &nbsp; and &nbsp; Enterprise Rexx
* '''WIN32''' &nbsp; &nbsp; for &nbsp; Regina
* '''Win32''' &nbsp; &nbsp; for &nbsp; R4 &nbsp; and &nbsp; ROO
<br><br>It is unknown which classic REXX interpreter can be used (under Windows) below.
<lang rexx>/* REXX **************************************************************
* 19.11.2012 Walter Pachl transscribed from PL/I