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

typeset -T versus typeset -r, bug or feature?



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



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