Re: [Oorexx-devel] Interpret 'x=3--1'

2013-05-30 Thread Erich Steinböck
DO; x=3--1 END; ... just as though the resulting string were a line inserted into the program and bracketed by lines containing a DO; and an END;. Mike, this works fine (note the trailing comma): INTERPRET 'say 2*2,' This one doesn't: DO; say 2*2, END; A little can of worms :-) Erich

Re: [Oorexx-devel] Interpret 'x=3--1'

2013-05-30 Thread Mike Cowlishaw
Mike, this works fine (note the trailing comma): INTERPRET 'say 2*2,' This one doesn't: DO; say 2*2, END; A little can of worms :-) Interesting. So a stronger statement is needed there, perhaps: 'with an added semicolon'. Mike

[Oorexx-devel] Problems executing Rexx code in multiple Rexx interpreter instances concurrently

2013-05-30 Thread Rony G. Flatscher
Hi there, a while ago I reported a bug http://sourceforge.net/p/oorexx/bugs/1161/, which originally was reported in the BSF4ooRexx project, cf. http://sourceforge.net/p/bsf4oorexx/bugs/16/. My inquiry of February has not yielded any reaction, possibly because it was difficult to set up an

Re: [Oorexx-devel] Interpret 'x=3--1'

2013-05-30 Thread Walter Pachl
such as Do say 2*2, ;End note the traling semicolons omitted How about Interpret ' Interpret ...' ?? -- Walter Pachl Mike Cowlishaw m...@speleotrove.com schrieb: Mike, this works fine (note the trailing comma): INTERPRET 'say 2*2,' This one doesn't: DO;

Re: [Oorexx-devel] Plan to do a 4.1.3 bug release

2013-05-30 Thread Mark Miesfeld
Hi Erich, On Wed, May 29, 2013 at 12:26 PM, Erich Steinböck erich.steinbo...@gmail.com wrote: I'm currently going through *ooRexx Reference* and have submitted a first patch with a bunch of corrections to typos, inconsistencies in examples code snippets etc. And doing a good job. ;-)

Re: [Oorexx-devel] Plan to do a 4.1.3 bug release

2013-05-30 Thread Mark Miesfeld
On Thu, May 30, 2013 at 2:46 PM, Mark Miesfeld miesf...@gmail.com wrote: Hi Erich, On Wed, May 29, 2013 at 12:26 PM, Erich Steinböck erich.steinbo...@gmail.com wrote: In general, what's the suggested tool to edit the .odg files? I think they used open-doc or libre, or whatever they

Re: [Oorexx-devel] Plan to do a 4.1.3 bug release

2013-05-30 Thread Rick McGuire
Open Office, actually. Rick On Thu, May 30, 2013 at 8:23 PM, Mark Miesfeld miesf...@gmail.com wrote: On Thu, May 30, 2013 at 2:46 PM, Mark Miesfeld miesf...@gmail.com wrote: Hi Erich, On Wed, May 29, 2013 at 12:26 PM, Erich Steinböck erich.steinbo...@gmail.com wrote: In general,

Re: [Oorexx-devel] Plan to do a 4.1.3 bug release

2013-05-30 Thread Mark Miesfeld
On Thu, May 30, 2013 at 5:37 PM, Rick McGuire object.r...@gmail.com wrote: Open Office, actually. Ahh .. thank you. That's why I didn't say in my first response, ;-) open-doc just nagged at me. -- Mark Miesfeld On Thu, May 30, 2013 at 8:23 PM, Mark Miesfeld miesf...@gmail.com wrote:

Re: [Oorexx-devel] Plan to do a 4.1.3 bug release

2013-05-30 Thread Sahananda (Jon) Wolfers
Hi, I used Open Office when I redid the diagrams. I've looked back through my email, but I can't see why I used it, but I assume that I was asked or advised to at the time. I'm not attached to that format (I probably had to download and install oo for the task) and if Erich can do a better job