zsh-workers
 help / color / mirror / code / Atom feed
* Is there a way to set a var above it's current scope?
@ 2023-02-18 14:55 Sebastian Gniazdowski
  2023-02-18 15:29 ` Roman Perepelitsa
  0 siblings, 1 reply; 3+ messages in thread
From: Sebastian Gniazdowski @ 2023-02-18 14:55 UTC (permalink / raw)
  To: Zsh hackers list

[-- Attachment #1: Type: text/plain, Size: 240 bytes --]

Hi,
Somewhere in the man I saw something like: if you use export you'll always
set in global scope, regardless of any local variable collision. However,
(){local q; export q=1;};print $q doesn't print 1. Is there any way of
achieving this?

[-- Attachment #2: Type: text/html, Size: 318 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-02-18 16:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-18 14:55 Is there a way to set a var above it's current scope? Sebastian Gniazdowski
2023-02-18 15:29 ` Roman Perepelitsa
2023-02-18 16:17   ` 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).