Handbook
Glossary
too-many-symlinks? ( object -- ? )
Vocabulary
io
.
files
.
links
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
too-many-symlinks
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
io.files.links
:
too-many-symlinks?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
too-many-symlinks
eq?
]
[
drop
f
]
if
;