From b2c509e97c0d6188e395e06b316cf1a57ceccade Mon Sep 17 00:00:00 2001 From: Jan Schultke Date: Wed, 12 Jun 2024 11:24:13 +0200 Subject: [PATCH] [stmt.if] Add missing comma after conditional clause --- source/statements.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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