On Sep 5, 2009, at 12:03 PM, Richmond Mathewson wrote:
Using SWITCH statements,
Although switch statements can be useful, you don't have to use them. So your old code could stay as it is, and you would just use switch in the future if it's appropriate. You can often get away without an if or a switch. Like with your example:
do item Goofy of "something-or-other,something-more-foolish" _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
