diff --git a/source/statements.tex b/source/statements.tex index 2b6bde2f3a..e3bf29b977 100644 --- a/source/statements.tex +++ b/source/statements.tex @@ -267,7 +267,7 @@ \indextext{statement!\idxcode{if}} \pnum -If the condition\iref{stmt.pre} yields \tcode{true} the first +If the condition\iref{stmt.pre} yields \tcode{true}, the first substatement is executed. If the \keyword{else} part of the selection statement is present and the condition yields \tcode{false}, the second substatement is executed. If the first substatement is reached via a