(send a-mred:console-edit do-eval startend)->void start : integer end : integer
First,
do-pre-eval is called. Then the string from the range start to end
in the edit is evaluated and the result printed using
eval-and-display (the watch cursor is turned on during this call),
and finally
do-post-eval is called.