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

Re: Can someone tell me what I'm doing wrong in the YODL?



On Sat, Mar 23, 2024 at 2:09 PM Clinton Bunch <cdb_zsh@xxxxxxxxxxx> wrote:
>
> This is to facilitate a construct like example($a[zrand_int($#a)+1]) rather

example() can't be inlined, you have to put it on a line by itself.

If you want an inlined example, we usually use
  `tt(the example)'




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