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

a=1 b=$a difference when typeset'd



HI,
I wonder if local/typeset could be improved so that the following:
local a=1 b=$a; print $b
OUT: <empty>

could be made to work like:
a=1 b=$a; print $b
OUT: 1

? Maybe it's a miss and not any serious-backed difficulty?
--
Best regards,
Sebastian Gniazdowski




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