Update to the Functional Programming Tutorial

[Blog Map]  This blog is inactive.  New blog: EricWhite.com/blog

I just added a new topic in the Functional Programming Tutorial, Procedural Analogs. This introduces the Switch extension method, which you would use in certain circumstances. It is somewhat analogous to the C# switch statement, except that this extension method implementation of switch can be applied to every member of a collection.

This is basically a re-casting of the World's Smallest RPN Token Processor blog entry.