diff options
Diffstat (limited to 'Doc/ref')
-rw-r--r-- | Doc/ref/ref7.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/ref/ref7.tex b/Doc/ref/ref7.tex index cfafc74..4ae6040 100644 --- a/Doc/ref/ref7.tex +++ b/Doc/ref/ref7.tex @@ -308,6 +308,12 @@ section~\ref{exceptions}, and information on using the \keyword{raise} statement to generate exceptions may be found in section~\ref{raise}. +\section{The \keyword{with} statement\label{with}} +\stindex{with} + +The \keyword{with} statement specifies + + \section{Function definitions\label{function}} \indexii{function}{definition} \stindex{def} |