In REXX version 1 of this RC-task:

http://rosettacode.org/wiki/Hofstadter_Figure-Figure_sequences#REXX

there is this statement

rr.=r.;

which shows a severe incompatibility.

 

With Regina, this program runs fine.

With ooRexx it fails!

 

The reason is that the above is NOT an assignment

but it makes rr. a synonym/alias for r.

 

I skimmed the ooRexx reference and could not find a

description of this fact.

 

Besides: This IS a bit of a surprise and what I

don't quite understand what this is good for.

 

Regards,

Walter

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to