CountA returns a (non-negative) number, and any number other than 0 is true.
Buried in the bowels of the assembler is some statement like "branch non-zero somelinenumber." There's no need to compare a number to zero to return true/false, then branch on that result, rather than just using the number directly. It's not a conversion, it avoids one.
Bookmarks