16 lines
		
	
	
		
			873 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			873 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
| % $Id$
 | |
|  \begin{longtable}{|l|X|}
 | |
| % KILLED & LINE!!!! \kill
 | |
|  \hline
 | |
|  \endfirsthead
 | |
|  \endhead
 | |
|  \endfoot
 | |
|  \hline
 | |
|  \endlastfoot
 | |
| 
 | |
| \texttt{(}\textsl{Bedingung}\texttt{)}\index{( )=\texttt{( )}|textbf} & Wahr, wenn die \textsl{Bedingung} zutrifft (wird für die Gruppierung verwendet). Den Klammern muß ein \texttt{\textbackslash} vorangestellt werden. \tabularnewline\STRUT
 | |
| \texttt{! }\textsl{Bedingung}\index{!!=\texttt{!!}|textbf} & Wahr, wenn die \textsl{Bedingung} nicht zutrifft (NOT\index{NOT}\index{Negation|see{NOT}}). \tabularnewline\STRUT
 | |
| \textsl{Bedingung1}\texttt{ -a }\textsl{Bedingung2} & Wahr, wenn beide Bedingungen zutreffen (AND\index{AND}\index{Und-Verknüpfung|see{AND}}). \tabularnewline\STRUT
 | |
| \textsl{Bedingung1}\texttt{ -o }\textsl{Bedingung2} & Wahr, wenn eine der beiden Bedingungen zutrifft (OR\index{OR}\index{Oder-Verknüpfung|see{OR}}).
 | |
| \end{longtable}
 |