26.8 Walk

walk() is an alternative to map() that you use when you want to call a function for its side effects, rather than for its return value.

walk2 and pwalk - more useful than walk.