zsh-workers
 help / color / mirror / code / Atom feed
* a=1 b=$a difference when typeset'd
@ 2023-04-09 10:21 Sebastian Gniazdowski
  0 siblings, 0 replies; only message in thread
From: Sebastian Gniazdowski @ 2023-04-09 10:21 UTC (permalink / raw)
  To: Zsh hackers list

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-04-09 10:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-09 10:21 a=1 b=$a difference when typeset'd Sebastian Gniazdowski

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).