Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99872c1 commit f1f0560Copy full SHA for f1f0560
1 file changed
Doc/tut/tut.tex
@@ -1428,6 +1428,9 @@ \subsection{Default Argument Values \label{defaultArgs}}
1428
\code{ask_ok('Do you really want to quit?')} or like this:
1429
\code{ask_ok('OK to overwrite the file?', 2)}.
1430
1431
+This example also introduces the \keyword{in} keyword. This tests
1432
+whether or not a sequence contains a certain value.
1433
+
1434
The default values are evaluated at the point of function definition
1435
in the \emph{defining} scope, so that
1436
0 commit comments