Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Functions can't be defined inside ${ ... }



> 2026/04/06 2:51, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> 
> none of
> 
> : ${ function foo { ... } }
> : ${ foo() { ... } }
> : ${ function { ... } }
> : ${ () { ... } }
> 
> are successfully parsed

They work at least with the current git HEAD?





Messages sorted by: Reverse Date, Date, Thread, Author