> >  ((echo echo a)) => "echo a"
>
>
> I think this should fail with command not found: a
>
> If the inner evaluation is not intended to produce a command:
>
> (echo result: (echo echo a)) => result: a

Did you mean "result: echo a" as the output ?

yes, that is the correct output for the example I gave.

I meant to give this example:

echo result: ((echo echo a)) =>  result: a

Derek

Reply via email to