![[index]](../icons/index.gif)
Next: Help
Up: Menus
Previous: Language
- Execute resets the interactions window and executes the
program in the definitions window.
- Break breaks the current evaluation.
- Kill terminates the current evaluation.
- Create Launcher creates a separate launcher for running
your program. See Launchers for more info.
- Reindent indents the selected text according to the
standard Scheme formatting conventions. (Pressing the Tab key has
the same effect.)
- Reindent All indents all of the text in either the
definitions or interactions window, depending on the location of the
selection or blinking caret.
- Comment Out puts ``;'' characters at each of the the
beginning of each selected line of text.
- Uncomment removes all ``;'' characters at the start of
each selected line of text. Uncommenting only removes a ``;'' if it
appears at the start of a line and it only removes the first ``;'' on
each line.
PLT