Skip to content

Commit

Permalink
Update chapters/lexicalstructure.tex
Browse files Browse the repository at this point in the history
Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
  • Loading branch information
HansOlsson and henrikt-ma committed Dec 10, 2021
1 parent 2224dcd commit eebe804
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chapters/lexicalstructure.tex
Expand Up @@ -46,9 +46,9 @@ \section{Comments}\label{comments}
\end{lstlisting}
Rest-of-line comments can safely be used to comment out blocks of code without risk of conflict with comments inside.
\begin{lstlisting}[language=modelica]
//model Valid // Some other comment
// /* To be done */
//end Valid;
//model Valid // Some other comment
// /* To be done */
//end Valid;
\end{lstlisting}

There is also a description-string, that is part of the Modelica language and
Expand Down

0 comments on commit eebe804

Please sign in to comment.