Well, as I explained in my answer earlier, use Trace I to see what is going
on. An instruction like
a.'lit' = 'something'
falls into the category of an expression that is processed as a command.
It concatenates the string value of the stem variable (likely 'A.') to the
literal string producing the string 'A.lit'. That string is then compared
to the value 'something' by the comparison operator '='. Since they are
not equal, the result is '0'. That expression result is then sent to the
shell as a command.
Rick
On Mon, Apr 28, 2014 at 1:47 AM, J. Leslie Turriff <
jlturr...@centurylink.net> wrote:
> I just realized that the construct stem.'lit' is not a valid ooRexx
> construct. I'm a bit mystified how it gets translated into an external
> command of '0', though...
>
> Leslie
>
>
> ------------------------------------------------------------------------------
> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> Instantly run your Selenium tests across 300+ browser/OS combos. Get
> unparalleled scalability from the best Selenium testing platform available.
> Simple to use. Nothing to install. Get started now for free."
> http://p.sf.net/sfu/SauceLabs
> _______________________________________________
> Oorexx-users mailing list
> Oorexx-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-users
>
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos. Get
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users