* exported call-with-output-file.
This commit is contained in:
parent
b00de8325b
commit
973595a93f
BIN
src/ikarus.boot
BIN
src/ikarus.boot
Binary file not shown.
|
@ -462,6 +462,7 @@
|
||||||
[open-input-file i r]
|
[open-input-file i r]
|
||||||
[with-input-from-file i r]
|
[with-input-from-file i r]
|
||||||
[call-with-input-file i r]
|
[call-with-input-file i r]
|
||||||
|
[call-with-output-file i r]
|
||||||
[with-input-from-string i]
|
[with-input-from-string i]
|
||||||
[with-output-to-file i r]
|
[with-output-to-file i r]
|
||||||
[open-output-file i r]
|
[open-output-file i r]
|
||||||
|
|
Loading…
Reference in New Issue