front-end/interaction in drscheme:language:language<%>
This method is just like
front-end/complete-program except that it is called with program fragments,
for example the expressions entered in the interactions
window. It is also used in other contexts by
tools to expand single expressions.
(-> (-> (union sexp syntax eof))senda-drscheme:language:languagefront-end/interactionportline-col-offsetsettingsteachpack-cache)
port: port
line-col-offset: (union false? (list/p (union false? number?) (union false? number?) (union false? number?)))
settings: settings
teachpack-cache: drscheme:teachpack:teachpack-cacheThe
line-col-offsetargument specifies the initial line, column, and offset for the text to be read from the port. If it is#f, a default value,(is used. Seelist1 0 0)for details on this argument. It should matchread-syntax's last argument.read-syntax