Skip to content

Commit

Permalink
Remove vertical lines in operator precedence table
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Sep 27, 2020
1 parent 87302b7 commit 81fc9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/operatorsandexpressions.tex
Expand Up @@ -41,7 +41,7 @@ \section{Operator Precedence and Associativity}\label{operator-precedence-and-as
% Beware that the array construction operator, normally expressed as \lstinline!{ }! needs escaped braces inside \caption.
\caption{Operators in order of precedence from highest to lowest, as derived from the Modelica grammar in \cref{modelica-concrete-syntax}. All operators are binary except the postfix operators and those shown as unary together with \emph{expr}, the conditional operator, the array construction operator \lstinline!\{ \}! and concatenation operator \lstinline![ ]!, and the array range constructor which is either binary or ternary. Operators with the same precedence occur at the same table row.}\label{tab:operator-precedence}
\begin{center}
\begin{tabular}{l|l|l}
\begin{tabular}{l l l}
\hline
\tablehead{Operator group} & \tablehead{Operator syntax} & \tablehead{Examples}\\
\hline
Expand Down

0 comments on commit 81fc9be

Please sign in to comment.