1998-08-10 16:42:37 -03:00
|
|
|
\section{\module{__main__} ---
|
|
|
|
Top-level script environment.}
|
1998-07-23 14:59:49 -03:00
|
|
|
\declaremodule[main]{builtin}{__main__}
|
|
|
|
|
|
|
|
\modulesynopsis{The environment where the top-level script is run.}
|
|
|
|
|
1994-01-01 21:22:07 -04:00
|
|
|
This module represents the (otherwise anonymous) scope in which the
|
|
|
|
interpreter's main program executes --- commands read either from
|
|
|
|
standard input or from a script file.
|