Another poster asked about preferred syntax for infinite loops.
A follow-up question: Why do you use infinite loops in your code? I typically see a construct like
I use an infinite loop for the body of my embedded control code, since it is designed to run forever once it is started.