Re: defines varname { [values]... } prog...

From: Emanuele Torre <torreemanuele6_at_gmail.com>
Date: Sun, 19 May 2024 02:18:09 +0200

On Sun, May 19, 2024 at 02:15:47AM +0200, Emanuele Torre wrote:
> With this, it will finally be possible to do something like:
>
> elglob cfiles *.c
> cmdA argA $cfiles
> multisubstitute {
> defines newcfiles { $cfiles }
> backtick foo { bar }
> }
> cmdB argB $foo $cfiles

I meant:
    elglob cfiles *.c
    cmdA argA $cfiles
    multisubstitute {
        defines newcfiles { $cfiles }
        backtick foo { bar }
    }
    cmdB argB $foo $newcfiles

o/
 emanuele6
Received on Sun May 19 2024 - 02:18:09 CEST

This archive was generated by hypermail 2.4.0 : Sun May 19 2024 - 02:18:40 CEST