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 f8020e0 commit 774816fCopy full SHA for 774816f
1 file changed
Doc/lib/libfuncs.tex
@@ -354,7 +354,7 @@ \section{Built-in Functions \label{built-in-funcs}}
354
\function{execfile()}.
355
\end{funcdesc}
356
357
-\begin{funcdesc}{execfile}{file\optional{, globals\optional{, locals}}}
+\begin{funcdesc}{execfile}{filename\optional{, globals\optional{, locals}}}
358
This function is similar to the
359
\keyword{exec} statement, but parses a file instead of a string. It
360
is different from the \keyword{import} statement in that it does not
0 commit comments