do-many-text-evals in drscheme:rep:text%
This function evaluates all of the expressions in a text.
(-> voidsenda-drscheme:rep:textdo-many-text-evalstextstartendcomplete-program?)
text: atext%object
start: int
end: int
complete-program?: booleanIt evaluates all of the expressions in
textstarting atstartand ending atend, callingdo-many-evalsto handle the evaluation.The
complete-program?argument determines if thefront-end/complete-programmethod or thefront-end/interactionmethod is called.