Rosetta Code:Village Pump/Dialects: Difference between revisions

Content added Content deleted
mNo edit summary
mNo edit summary
Line 39: Line 39:


=== REXX, ooRexx, and others ===
=== REXX, ooRexx, and others ===
<pre>
Nowadays there are many implementations of Rexx.
Nowadays there are many implementations of Rexx.


Line 82: Line 83:
On my German TSO I cannot use | and \ due to code page differences.
On my German TSO I cannot use | and \ due to code page differences.
My Rexx sources on TSO use therefore ! and ^, respectively.
My Rexx sources on TSO use therefore ! and ^, respectively.
(I avoid the ^ by using &lt.&gt. instead of ^=)
(I avoid the ^ by using lt-gt instead of ^=)


For a Brief History of Rexx see
For a Brief History of Rexx see
Line 89: Line 90:
http://www.speleotrove.com/rexxhist/rexxplat.html
http://www.speleotrove.com/rexxhist/rexxplat.html
(both courtesy Mike Cowlishaw)
(both courtesy Mike Cowlishaw)
</pre>

--[[User:Walterpachl|Walterpachl]] 20:23, 8 July 2012 (UTC)
--[[User:Walterpachl|Walterpachl]] 20:23, 8 July 2012 (UTC)