Unicode variable names: Difference between revisions

Content added Content deleted
Line 828: Line 828:
Note:   this REXX program   ''only''   works with the   '''R4'''   or   '''ROO'''   REXX interpreter under DOS or DOS under Windows.
Note:   this REXX program   ''only''   works with the   '''R4'''   or   '''ROO'''   REXX interpreter under DOS or DOS under Windows.


This REXX program works because the   '''R4'''   and   '''ROO'''   REXX interpreters supports an extended character set.
This REXX program works because the   '''R4'''   and   '''ROO'''   REXX interpreters support an extended character set.
<lang rexx>/*REXX program (using the R4 REXX interpreter) which uses a Greek delta char).*/
<lang rexx>/*REXX program (using the R4 REXX interpreter) which uses a Greek delta char).*/
'chcp' 1253 "> NUL" /*ensure we're using correct code page.*/
'chcp' 1253 "> NUL" /*ensure we're using correct code page.*/