Handbook
Glossary
?= ( object/f object/f -- ? )
Vocabulary
xml
.
data
Inputs
object/f
an
object
object/f
an
object
Outputs
?
an
object
Definition
USING:
kernel
;
IN:
xml.data
:
?=
( object/f object/f -- ? )
2dup
and
[
=
]
[
2drop
t
]
if
;