Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
function variables question
- X-seq: zsh-users 1580
- From: Timothy J Luoma <luomat+Lists/Zsh/users@xxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: function variables question
- Date: Sun, 7 Jun 98 17:33:15 -0400
I tend to use the same variable names in a lot of functions, such as 'name='
or 'short=' or 'for i in '
Should I be doing 'unset name ; unset short ; unset i' at the end of them,
to keep them from interfering with each other?
TjL
Messages sorted by:
Reverse Date,
Date,
Thread,
Author