@@ -223,7 +223,12 @@ there is a syntax error, the approximate location is indicated in the
...
@@ -223,7 +223,12 @@ there is a syntax error, the approximate location is indicated in the
Editor window.</dd>
Editor window.</dd>
<dt>Run Module</dt>
<dt>Run Module</dt>
<dd>Do Check Module (above). If no error, restart the shell to clean the
<dd>Do Check Module (above). If no error, restart the shell to clean the
environment, then execute the module.</dd>
environment, then execute the module. Output is displayed in the Shell
window. Note that output requires use of <ttclass="docutils literal"><spanclass="pre">print</span></tt> or <ttclass="docutils literal"><spanclass="pre">write</span></tt>.
When execution is complete, the Shell retains focus and displays a prompt.
At this point, one may interactively explore the result of execution.
This is similar to executing a file with <ttclass="docutils literal"><spanclass="pre">python</span><spanclass="pre">-i</span><spanclass="pre">file</span></tt> at a command