Re: [Oorexx-devel] An example for variable references (Re: Address With and variable references in 5.0.0

2018-07-12 Thread Rick McGuire
On Thu, Jul 12, 2018 at 12:37 PM Rony G. Flatscher wrote: > Here just another example that should demonstrate what can be done with it. > > a="this value comes from the main program ('prolog')" > say "a="pp(a) > say > > call one >a -- supply variable reference for variable 'A' > say

[Oorexx-devel] An example for variable references (Re: Address With and variable references in 5.0.0

2018-07-12 Thread Rony G. Flatscher
Here just another example that should demonstrate what can be done with it. a="this value comes from the main program ('prolog')" say "a="pp(a) say call one >a -- supply variable reference for variable 'A' say "a="pp(a) say call two b. do i=1 to b.0