Handbook
Glossary
rom-dir ( -- string )
Vocabulary
cpu
.
8080
.
emulator
Inputs
None
Outputs
string
an
object
Definition
USING:
io.files
kernel
namespaces
;
IN:
cpu.8080.emulator
:
rom-dir
( -- string )
rom-root
get
[
"~/roms"
[
file-exists?
]
1guard
]
unless*
;