K 10 svn:author V 3 imp K 8 svn:date V 27 2005-02-10T23:31:27.000000Z K 7 svn:log V 230 use while (complicated-expr) continune; in preference to while (complicated-expr); since the code generated is identical, and the former is easier to read, especially for complicated-expr that reach to the end of the line... END