Noticed that "address with" error numbers are around 25.930-25.934, whereas the 
ANSI Rexx standard
[1] reserved the following numbers:

    #ErrorText.25.5= 'ADDRESS WITH must be followed by one of the','keywords 
<keywords>; found "<token>"'
    #ErrorText.25.6= 'INPUT must be followed by one of the','keywords 
<keywords>; found "<token>"'
    #ErrorText.25.7= 'OUTPUT must be followed by one of the','keywords 
<keywords>; found "<token>"'
    #ErrorText.25.8= 'APPEND must be followed by one of the','keywords 
<keywords>; found "<token>"'
    #ErrorText.25.9= 'REPLACE must be followed by one of the','keywords 
<keywords>; found "<token>"'

Would it make sense to use the ANSI Rexx numbers? Or is there a reason to 
intentionally use
different numbers?

---rony

[1] <http://www.rexxla.org/rexxlang/standards/>, j18pub.pdf, p.79.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to