Handbook
Glossary
open-read ( 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-read
( path -- fd )
read-flags
file-mode
open-file
;