Viele ueberarbeitungen
This commit is contained in:
29
tab_kommandos_expr_parameter.tex
Normal file
29
tab_kommandos_expr_parameter.tex
Normal file
@ -0,0 +1,29 @@
|
||||
% $Id$
|
||||
\begin{longtable}{|l|X|}
|
||||
% KILLED & LINE!!!! \kill
|
||||
\hline
|
||||
\endfirsthead
|
||||
\endhead
|
||||
\endfoot
|
||||
\hline
|
||||
\endlastfoot
|
||||
|
||||
\texttt{|} & logisches `oder' \tabularnewline\STRUT
|
||||
\texttt{\&} & logisches `und' \tabularnewline\STRUT
|
||||
\texttt{<} & kleiner als \tabularnewline\STRUT
|
||||
\texttt{<=} & kleiner als oder gleich \tabularnewline\STRUT
|
||||
\texttt{=} & gleich \tabularnewline\STRUT
|
||||
\texttt{!=} & ungleich \tabularnewline\STRUT
|
||||
\texttt{>=} & gr<67><72>er als oder gleich \tabularnewline\STRUT
|
||||
\texttt{>} & gr<67><72>er als \tabularnewline\STRUT
|
||||
\texttt{+} & Addition \tabularnewline\STRUT
|
||||
\texttt{-} & Subtraktion \tabularnewline\STRUT
|
||||
\texttt{*} & Multiplikation \tabularnewline\STRUT
|
||||
\texttt{/} & Division \tabularnewline\STRUT
|
||||
\texttt{\%} & Modulo (`Divisionsrest') \tabularnewline\STRUT
|
||||
\texttt{:} & Pattern-Match mit regul<75>ren Ausdr<64>cken \tabularnewline\STRUT
|
||||
\texttt{match} & Analog zu `:' \tabularnewline\STRUT
|
||||
\texttt{substr} & Teil einer Zeichenkette zur<75>ckgeben \tabularnewline\STRUT
|
||||
\texttt{index} & Position einer Zeichenkette in einer anderen finden \tabularnewline\STRUT
|
||||
\texttt{length} & L<>nge einer Zeichenkette
|
||||
\end{longtable}
|
Reference in New Issue
Block a user