From ce4ce5b716bee7a7ff5b2c17c05213bce5b5a1e1 Mon Sep 17 00:00:00 2001 From: Henrik Tidefelt Date: Tue, 13 Oct 2020 22:52:03 +0200 Subject: [PATCH] Add comment regarding the only occurrence of 'while-loop' --- chapters/revisions.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/chapters/revisions.tex b/chapters/revisions.tex index 91d3616ea..c13452a4c 100644 --- a/chapters/revisions.tex +++ b/chapters/revisions.tex @@ -2049,6 +2049,7 @@ \subsection{Main Changes in Modelica 2.1}\label{main-changes-in-modelica-2-1} package \lstinline!Connections! with operators \lstinline!Connections.branch!, \lstinline!Connections.root!, \lstinline!Connections.potentialRoot!, \lstinline!Connections.isRoot!. \item + % The "while-loop" is referred to as a "while-statement" everywhere else. Statement \lstinline!break! in the while-loop of an algorithm section. \item Statement \lstinline!return! in a Modelica function.