20 lines
933 B
TeX
20 lines
933 B
TeX
% $Id$
|
|
\begin{longtable}{|l|X|}
|
|
% KILLED & LINE!!!! \kill
|
|
\hline
|
|
\endfirsthead
|
|
\endhead
|
|
\endfoot
|
|
\hline
|
|
\endlastfoot
|
|
|
|
\texttt{foo=42} & Der Variablen namens `foo' wird der Wert `42' zugewiesen. \tabularnewline\STRUT
|
|
\texttt{a=foo} & Der Variablen namens `a' wird der Wert `foo' zugewiesen. \tabularnewline\STRUT
|
|
\texttt{b='\$'\$a} & Der Variablen `b' wird ein \$ und der Inhalt der Variablen namens `a' zugewiesen. \tabularnewline\STRUT
|
|
\texttt{echo \$b} & Der Inhalt der Variablen `b' wird ausgegeben. \tabularnewline\STRUT
|
|
\textsl{\$foo} & \tabularnewline\STRUT
|
|
\texttt{eval b='\$'\$a} & Zunächst wird die Zeile nach dem \texttt{eval} expandiert, Variablen werden durch Inhalte ersetzt. Es entsteht also ein neuer Ausdruck: `b=\$foo'. Der wird dann von \texttt{eval} ausgeführt. \tabularnewline\STRUT
|
|
\texttt{echo \$b} & Der neue Inhalt der Variablen `b' wird ausgegeben. \tabularnewline\STRUT
|
|
\textsl{42} &
|
|
\end{longtable}
|