Rick, On 03.07.2014 13:39, Rick McGuire wrote: > If you want this investigated, then you need to file the bug report first > with a means of > reproducing this. Thank you for the offer!
While trying to come up with an ooRexx-only example for this observed behavior, I found out that I committed an unnoticed error in the Rexx code: the Rexx code for the second routine was built in a string variable where each statement was ended with a semi-colon, but no .endofline. Right before the test routine directive a line-comment was used, which caused all following code to be part of the comment. Sorry for the false alarm! ---rony ------------------------------------------------------------------------------ Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people, data, and systems into organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards http://p.sf.net/sfu/Bonitasoft _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
