There is no such thing as a comment. What you have is a statement (expression) consisting of just a character string. This is an expression like any other, it is evaluated, and contributes (possibly to the result. The effect of this expression is that the three if statements are no longer contiguous. Thus the otherwise clause applies only to the two immediately preceding if's (as the statement preceding them is not an if) and the otherwise expression is evaluated (and becomes the overall result) when these two if's are false.
The first if has become irrelevant -- whether it is evaluated or not, there is always a subsequent statement evaluated (one of the other two if's or the otherwise, and, in fact, the string expression) and so that first if can never generate the overall result.
__________________
� � � � Tom Gutman