Handbook
Glossary
?children>string ( tag -- str/f )
Vocabulary
syndication
Inputs
tag
an
object
Outputs
str/f
an
object
Definition
USING:
kernel
xml.traversal
;
IN:
syndication
:
?children>string
( tag -- str/f )
dup
[
children>string
]
when
;
inline