• The main point of the QOD about testing for equality of floating point data is an excellent one. But, I admit I am more fascinated by this:

    Hugo Kornelis (8/26/2010)


    Declarations are not relly executable statements. They are processed when a batch is parsed, not when it it executed. The declaration has to be positioned before the use in "left to right / top to bottom" order, not in execution order.

    I spent some time playing with Hugo's illustrations. Whoa. This seems like a fundamental thing of which I was entirely unaware. :w00t: