Skip to content

Commit

Permalink
Add note about workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Nov 16, 2021
1 parent dd233d8 commit eae5acb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chapters/operatorsandexpressions.tex
Expand Up @@ -104,6 +104,7 @@ \section{Operator Precedence and Associativity}\label{operator-precedence-and-as
+$\hspace{0pt}$+2 // = 2 in Mathematica/MATLAB; is illegal in Modelica
2-$\hspace{0pt}$-2 // = 4 in Mathematica/MATLAB; is illegal in Modelica
\end{lstlisting}
% Using $\hspace{0pt}$ to work around https://github.com/brucemiller/LaTeXML/issues/1399

Non-associative exponentiation and array range operator (note that the array range operator only takes scalar operands):
\begin{lstlisting}[language=modelica]
Expand Down

0 comments on commit eae5acb

Please sign in to comment.