diff options
Diffstat (limited to 'Doc/ref7.tex')
-rw-r--r-- | Doc/ref7.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/ref7.tex b/Doc/ref7.tex index 0f96c82..670eec0 100644 --- a/Doc/ref7.tex +++ b/Doc/ref7.tex @@ -292,6 +292,10 @@ parameters) are bound to the (formal) parameters, as follows: \indexii{parameter}{formal} \indexii{parameter}{actual} +It is also possible to create anonymous functions (functions not bound +to a name), for immediate use in expressions. This uses lambda forms, +described in section \ref{lambda}. + \begin{itemize} \item |