in reply to Re: Simple question about foreach and my.
in thread Simple question about foreach and my.
In general I find it's better to name (and declare) the iteration variables unless it's really going to be a short loop (in which case I tend to use the statement modifier expr for (@array) in any case)
|
---|