From 81fc9be48695f12cd488aa6ce8a8206c3dd5457f Mon Sep 17 00:00:00 2001 From: Henrik Tidefelt Date: Sun, 27 Sep 2020 22:19:34 +0200 Subject: [PATCH] Remove vertical lines in operator precedence table --- chapters/operatorsandexpressions.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/operatorsandexpressions.tex b/chapters/operatorsandexpressions.tex index cab903f41..6c01e6da2 100644 --- a/chapters/operatorsandexpressions.tex +++ b/chapters/operatorsandexpressions.tex @@ -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