in reply to Re^2: find function
in thread find function

wanted (like find) itself can never be "functional", since its return value ist either discarded or nonexistent, relying entirely on side-effects for their "function" ;-)

For a clarification what program language designer nick-name "functional" the wikipedia article on Functional_programming is a good start.