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 6a10169 commit 2224dcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/lexicalstructure.tex
Expand Up @@ -39,9 +39,9 @@ \section{Comments}\label{comments}
The following is \emph{invalid}:
\begin{lstlisting}[language=modelica]
/* Invalid nesting of comments, the comment ends just before 'end'
model Interesting
model Interesting
/* To be done */
end Interesting;
end Interesting;
*/
\end{lstlisting}
Rest-of-line comments can safely be used to comment out blocks of code without risk of conflict with comments inside.
Expand Down

0 comments on commit 2224dcd

Please sign in to comment.