mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
Logische Operatoren hinzugefügt
This commit is contained in:
parent
19c2ef6eec
commit
f9a5e819c1
7 changed files with 59 additions and 4 deletions
|
@ -76,7 +76,21 @@ In C gibt es keinen direkten Support für Booleans.
|
|||
\end{tabular}
|
||||
}
|
||||
\end{table}
|
||||
|
||||
\section{Syntax}
|
||||
|
||||
\subsection{Logische Operatoren}
|
||||
\begin{table}[h]
|
||||
\centering
|
||||
\begin{tabular}{CCCC}
|
||||
UND & ODER & Wahr & Falsch \\ \hline\hline
|
||||
\&\& & || & 1 & 0 \\[4ex]
|
||||
GLEICH & UNGLEICH & NICHT & ~ \\ \hline\hline
|
||||
== & != & ! & ~ \\
|
||||
\end{tabular}
|
||||
\caption{Logische Operatoren in C}\xindex{Logische Operatoren!C}
|
||||
\end{table}
|
||||
|
||||
\section{Präzedenzregeln}\xindex{Präzedenzregeln}%
|
||||
\begin{tabbing}
|
||||
\textbf{A} \=\enquote{[name] is a\dots}\\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue