Peter Loron wrote: > Python's insistence on that indentation style is a pain, since I > prefer to format my code a little differently. I find it to be > restrictive. I've never used Python and only know about it what I've heard people say here. However, it seems to me that enforcing indentation (actually deriving nesting information from the indentation as I understand it) is there exactly to prevent the type of abuses you want to perpetrate. You find it restrictive because it won't let you make the mess other languages do. That sounds like a good thing to me. In other words, the world is better off with no code from you than with messy code form you. Perhaps if you would provide a example snippet in legal Python and the way you'd like to write it, we could come to a different conclusion. ******************************************************************** Embed Inc, Littleton Massachusetts, http://www.embedinc.com/products (978) 742-9014. Gold level PIC consultants since 2000. -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist