with-input-from-file[procedure] with-input-from-file string thunk
R5RS
See also call-with-input-file, with-output-to-file.
[procedure] with-input-from-file string thunk [mode]
Chicken extends R5RS to take mode argument: #:text, #:binary or #:append.
[procedure] with-input-from-file string thunk [options ...]
Gauche extends R5RS to take various keyword arguments to customize
behavior.
|