next up previous contents index
Next: Abstraction `three' Up: Multiplication of the numbers Previous: Synthesis of (lambda(f g)   Contents   Start


Abstraction `two'


\begin{lstlisting}[language=Scm]{}
(lambda(f)
(lambda(x)
(f (f x))))) [24]
\end{lstlisting}



Georg P. Loczewski 2004-03-05


Impressum und Datenschutz