in reply to Re: How a for() assignment works
in thread How a for() assignment works
"map" (and "grep") return lists. If you are not using the returned values, and merely looping, you should use "for".
"As you get older three things happen. The first is your memory goes, and I can't remember the other two... " - Sir Norman Wisdom
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How a for() assignment works
by Argel (Prior) on Mar 07, 2008 at 20:27 UTC | |
by NetWallah (Canon) on Mar 08, 2008 at 01:09 UTC | |
by Argel (Prior) on Mar 08, 2008 at 01:42 UTC |