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 15b6897 commit f0c1f1bCopy full SHA for f0c1f1b
1 file changed
Doc/ref/ref6.tex
@@ -680,7 +680,11 @@ \section{The \keyword{import} statement \label{import}}
680
module's namespace which do not begin with an underscore character
681
(\character{_}).
682
683
-The \keyword{from} form with \samp{*} may only occur in a module scope.
+The \keyword{from} form with \samp{*} may only occur in a module
684
+scope. If the wild card form of import --- \samp{import *} --- is
685
+used in a function and the function contains or is a nested block with
686
+free variables, the compiler will raise a \exception{SyntaxError}.
687
+
688
\kwindex{from}
689
\stindex{from}
690
0 commit comments