sergio masci wrote: >> That's why I _always_ use brackets with conditionals and loops, so >> >> if (condition) { >> CHECK_ERR; >> } >> else { >> something(); >> } >> >> should be just fine... >> > > I wish more pleople would do this, it would make checking someone elses > code so much easier. > > In fact, I wish there were a command line option to make it mandatory > within the source. The self-evident and obvious solution is to use the indentation for defining blocks, in a way Python does it. What you see is what you get, kind of... :) Gerhard -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist