Handbook
Glossary
open-write ( path -- fd )
Vocabulary
io
.
files
.
unix
Inputs
path
an
object
Outputs
fd
an
object
Definition
USING:
io.backend.unix
unix
;
IN:
io.files.unix
:
open-write
( path -- fd )
write-flags
file-mode
open-file
;