Handbook
Glossary
any-tag-named ( tag names -- tag-inside )
Vocabulary
syndication
Inputs
tag
an
object
names
an
object
Outputs
tag-inside
an
object
Definition
USING:
kernel
sequences
xml.traversal
;
IN:
syndication
:
any-tag-named
( tag names -- tag-inside )
[
f
]
2dip
[
tag-named
nip
dup
]
with
find
2drop
;