[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

4.8.8 Evaluation

2F2DF EditSelect ( → )
Edits the current selection. Opens the editor with the selection only. You can then edit the selection. After pressing ENTER the edited text is inserted back into the previous editing environment.
2F2E3 EVAL.LINE ( → )
Evaluates the current line and replace it with the result of the evaluation. Similar to EVAL.SELECTION, but without the need to select the line first.
2F2FB EVAL.SELECTION ( → )
Evaluates the current selection and replace it with the result of the evaluation. Same as the EXEC button in the editor TOOL menu.
2F2F8 EXEC_CMD ( cmd algflag → obsel )
Runs a command on the selection in the Editline. Takes two arguments: the command to run and a flag which says how to compile the selection before the command is applied. If the flag is TRUE, and ALG mode in on, the ALG compiler is used and the DOTAG :: xEVAL prologue of the result is removed. Use this if the result is to be edited by another editor. The selection is left on stack level 1 as an object.
0B954 (RunInNewContext) ( ob → )
Saves current user interface, evaluate ob and restore the user interface. Can be used to run applications from inside another application.



This document was generated by Carsten Dominik on May, 30 2005 using texi2html