do-many-text-evals in drscheme:rep:text%
This function evaluates all of the expressions in a text.
( -> void
send a-drscheme:rep:text do-many-text-evals text start end complete-program?)
text : a text% object
start : int
end : int
complete-program? : boolean
It evaluates all of the expressions in text starting at
start and ending at end, calling
do-many-evals to handle the evaluation.
The complete-program? argument determines if the
front-end/complete-program method or the
front-end/interaction method is called.