zsh-workers
 help / color / mirror / code / Atom feed
* typeset -T versus typeset -r, bug or feature?
@ 2006-09-06  3:24 Bart Schaefer
  2006-09-11 13:45 ` Peter Stephenson
  0 siblings, 1 reply; 3+ messages in thread
From: Bart Schaefer @ 2006-09-06  3:24 UTC (permalink / raw)
  To: zsh-workers

Do this in an interactive shell so that the third line doesn't cause the
shell to exit:

typeset -T READ write
typeset -r READ
READ=wrong
write=right
print $READ


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

end of thread, other threads:[~2006-09-11 15:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-06  3:24 typeset -T versus typeset -r, bug or feature? Bart Schaefer
2006-09-11 13:45 ` Peter Stephenson
2006-09-11 15:21   ` Bart Schaefer

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).