Handbook
Glossary
random-file ( n path -- )
Vocabulary
io
.
streams
.
random
Inputs
n
an
object
path
an
object
Outputs
None
Definition
USING:
io
io.encodings.binary
io.files
kernel
;
IN:
io.streams.random
:
random-file
( n path -- )
[
<limited-random-stream>
]
[
binary
<file-writer>
]
bi*
stream-copy
;