[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Using named variables in canned recipes
From: |
Tony Theodore |
Subject: |
Re: Using named variables in canned recipes |
Date: |
Mon, 13 Mar 2017 19:26:47 +1100 |
> On 13 Mar 2017, at 02:10, Paul Smith <address@hidden> wrote:
>
> Yes, absolutely. The point of the foreach function is that the loop
> variable is visible in the scope of the loop body... otherwise foreach
> is almost useless.
Thanks, I just realised I don’t need to use `call` at all in the case
where the positional variables aren't being used.
Cheers,
Tony