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