On Mon, Feb 6, 2023 at 8:12 PM Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
>
> Parameter expansion with (%) should work.
> palegreenpants="%F{#ABCB8D}pants%f"
> print -r -- $palegreenpants
Then of course I typo'd that.
print -r -- ${(%)palegreenpants}