in reply to Re: hash assignment using map with multiple statements
in thread hash assignment using map with multiple statements

Why would you do that? Just about everyone who sees map expects that the code is transforming one list into another list, not performing a block of code for each element of a list. There's a perfectly good way to indicate that you're performing a block of code for each element of a list; why make your code less clear?

  • Comment on Re^2: hash assignment using map with multiple statements